Skip to main content
GET
Webhook Deliveries

Authentication

Requires an API key in the Authorization header.

Request

string
required
The webhook ID to list deliveries for.

Example request

Response

Returns an array of delivery objects (up to 50 most recent).
string
Unique delivery identifier (UUID).
string
The webhook this delivery belongs to.
string
The event that triggered this delivery.
object
The JSON payload that was sent.
string
Delivery status: pending, success, or failed.
integer
Number of delivery attempts made.
integer
HTTP status code returned by your endpoint (if available).
string
Response body from your endpoint (if available).
string
ISO 8601 timestamp of the last delivery attempt.
string
ISO 8601 timestamp when the delivery was created.

Example response