Webhook Deliveries
Webhooks
Webhook Deliveries
List recent delivery attempts for a specific webhook.
GET
Webhook Deliveries
Documentation Index
Fetch the complete documentation index at: https://docs.encrata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires an API key in theAuthorization header.
Request
The webhook ID to list deliveries for.
Example request
Response
Returns an array of delivery objects (up to 50 most recent).Unique delivery identifier (UUID).
The webhook this delivery belongs to.
The event that triggered this delivery.
The JSON payload that was sent.
Delivery status:
pending, success, or failed.Number of delivery attempts made.
HTTP status code returned by your endpoint (if available).
Response body from your endpoint (if available).
ISO 8601 timestamp of the last delivery attempt.
ISO 8601 timestamp when the delivery was created.