Webhooks
Webhook Deliveries
List recent delivery attempts for a specific webhook.
GET
Webhook Deliveries
Authentication
Requires an API key in theAuthorization 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
Webhook Deliveries