GET
/
events
/
{id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
integer
required

Event 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).