This article provides details on the ‘Session Deleted’ integration point.

JSON Message Structure

This is an example of the JSON message for this integration point. The data represents the deleted session.

{
  "eventType": "SessionDeleted",
  "messageTime": "2044-03-01T14:55:04.910Z",
  "messageStub": "52696690-eb13-4278-94c9-90814ba9b08e",
  "message": [
    {
      "eventStub": "8A2B61E2-5A8E-41F9-B702-5BBED600F48A",
      "accountStub": "E9CC1182-5DC5-493A-B9C5-6D626822A56E",
      "sessionStub": "BDFFC414-05F3-4CC4-B328-32C369A51655",
      "included": false
    }
  ]
}
Last updated on