Skip to main content
GET
Retrieve event

Authorizations

Authorization
string
header
required

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

Path Parameters

event_id
string
required

Response

OK

created_at
string<date-time>
required

Time the event was recorded.

Example:

"2026-07-14T09:30:00Z"

data
Data · object
required

Event-specific payload data.

id
string
required

Unique resource identifier.

name
string
required

Fully qualified event name, such as customer.created.

resource
EventResource · object
required

Resource associated with the event.