1103033ea050

latestOpenAPI 3.0.3Apache-2.02026-08-12131380648.1 KB
Webhooks

List a webhook's delivery attempts

List the webhook's delivery attempts, most recent first. Each event may have several attempts, since failed deliveries are retried.

<Warning>This endpoint is in alpha, read more here.</Warning>

get/v2/webhooks/{webhook_id}/delivery-attempts

Path parameters

webhook_idstring required

A universally unique identifier (base64-encoded opaque string).

Example:RW50aXR5OjEyMzQ1

The unique webhook identifier (base64)

Query parameters

limitinteger

Maximum items to return

cursorstring

Opaque pagination cursor returned from a previous response (pagination.next_cursor). Treat it as an unreadable token; do not attempt to parse or construct it.

Response

Returns a list of delivery attempts, most recent first