Retrieve Event
Retrieve the details of a single event delivered to a webhook.
GET
Path Parameters
string
required
The Webhook ID.
string
required
The Webhook Event ID.
Response Fields
string
Always
webhook_event.string
The event ID.
string
The event type, for example
email.sent.string
When the event was created.
string
Delivery status of the event to this webhook:
success, failed,
attempting, or pending.string | null
When the next delivery attempt is scheduled.
null once the event reaches
success or failed.object
The event payload that was sent to your endpoint.