Events
Get a event
Retrieves a single event by ID
GET
/
events
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
integer
requiredEvent ID
Response
200 - application/json
id
integer
Event ID.
type
string
Event type
entity
object
Event entity
object_id
integer
Object ID associated with the event
account_id
integer
Account ID associated with the event
created_at
string
Date and time of event creation.
updated_at
string
Date and time of last event update.
deleted_at
string
Date and time of customer deletion (if applicable).