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

Path parameters

event_idstringRequiredformat: "evt_.+"

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
idstringformat: "evt_.+"
platform_idstringformat: "pt_.+"
createdstringformat: "date-time"
typestring
objectstringOptional
api_versionstringOptional
dataobjectOptional

Errors