Skip to main content
GET
Your audit trail for webhooks: every delivery attempt, one row each, with the event, status, response code and attempt count. When a row needs a closer look, Get a delivery shows the exact payload and signature, and Replay a delivery re-sends it.

Who can call this

Dashboard only — not accessible with an API key. Send your dashboard JWT (browser session) as a Bearer token, with team role merchant_admin or merchant_member plus the webhooks:view permission. Deliveries are tenant-scoped end to end: you can never receive or list events for another merchant. See the Authentication guide.

Query parameters

number
Page number (defaults to 1).
number
Rows per page (defaults to 50, max 100).
The example shows a merchant with no deliveries recorded yet.

Response

array
Delivery rows. Each row records the event, status, response code and attempt count.
object
Standard pagination envelope — see the field table below.
Rows here are summaries. When you’re debugging your verifier, fetch the row with Get a delivery to see the exact payload and signature your endpoint received.

See also

  • Get a delivery — full detail of one delivery, including the exact payload and signature.
  • Replay a delivery — re-send a recorded delivery to your endpoint.
  • Webhooks & IPN — event catalog, retry behavior and verification recipe.