Skip to main content
GET
GET events
Get a single event by its ID.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

OK

$uri
string
required
read-only
Pattern: ^/api/v1/events/[a-f0-9]{16}$
Example:

"/api/v1/events/0d77065796f8d173"

payload
Payload · object
required

The webhook payload.

status
enum<string>
required

The status of the webhook for the event.

Available options:
success,
failed,
pending,
retryable