List webhook deliveries
Webhooks and account administration
List webhook deliveries
Returns recent delivery attempts for one webhook subscription, including their outcome.
GET
List webhook deliveries
What this endpoint does
Returns recent delivery attempts for one webhook subscription, including their outcome.When to use it
Use it to diagnose missing events, non-2xx responses, or repeated delivery attempts.Before you call
Authenticate with an API key that can read webhooks, and pass a subscription ID owned by the same tenant account.Money and balance effect
This is a read-only request. It does not reserve, debit, credit, or settle money.States and completion
Delivery success means your endpoint returned an accepted response. Events remain at-least-once and unordered, so deduplicate by event ID.Safe retries
GET requests are read-only and may be retried with normal exponential backoff. Do not send anIdempotency-Key.
Read Webhooks for the complete workflow.
