Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Events Schema

Table of contents
  1. events
    1. type
    2. time

When the inclusion of events has been requested, the following will be added to the standard response schema:

{
  "sessions": [
    {
      "...": "...",
      "events": [
        {
          "time": "2023-03-01T00:33:28Z",
          "type": "Autofill triggered"
        }
      ]
    }
  ],
  "...": "..."
}

events

The value of this key is an array containing a hash for every event that occurred within the session.

type

The type of custom event the occurred. E.g. Email is invalid

time

The timestamp of the event in ISO 8601 format. E.g. 2023-03-01T12:34:56Z