Skip to main content

List Deliveries

GET 

/api/webhook-subscriptions/:id/deliveries

Paginated delivery log for one subscription, newest first. Each row captures one delivery attempt: HTTP response_status/response_body, duration_ms, attempt number, whether it succeeded, and whether it was throttled (dropped before dispatch because the tenant's per-minute outbound rate cap was hit — succeeded: false, attempt: 0, response_status: null). The full signed payload that was (or would have been) sent is included. Requires the webhooks:manage scope.

Required scope: webhooks:manage

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Request

Responses

OK

Response Headers
    Content-Type