Skip to main content
GET
Retrieve webhook delivery

Authorizations

Authorization
string
header
required

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

Path Parameters

delivery_id
string
required

The ID of the webhook delivery to retrieve.

Response

OK

attempts
WebhookDeliveryAttempt · object[]
required

Delivery attempts.

created_at
string<date-time>
required

The timestamp (in ISO-8601 format) of when the resource was created.

event
string | null
required

ID of the event being delivered; null for test deliveries.

failed_at
string<date-time> | null
required

Time the delivery permanently failed.

Example:

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

id
string
required

Unique resource identifier.

modified_at
string<date-time>
required

The timestamp (in ISO-8601 format) of when the resource was last modified.

next_attempt_at
string<date-time> | null
required

Time the next delivery attempt is scheduled.

Example:

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

payload
Payload · object
required

Delivery payload.

status
enum<string>
required

The delivery lifecycle status.

Available options:
pending,
in_progress,
succeeded,
failed
succeeded_at
string<date-time> | null
required

Time the delivery succeeded.

Example:

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

webhook
string
required

ID of the webhook this delivery targets.