Retrieve an event

Retrieve an event object. Events are available for up to 30 days.

The event’s data is rendered according to the API version at the time of its creation, as specified by the api_version attribute in the event object, rather than the current API version

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Path parameters

event_idstringRequiredformat: "evt_.+"

Response

OK
idstringformat: "evt_.+"
platform_idstringformat: "pt_.+"
createdstringformat: "date-time"
typestring
dataobject or null
objectstring or null
api_versionstring or null

Errors