Skip to main content
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 an Idempotency-Key. Read Webhooks for the complete workflow.

Authorizations

Authorization
string
header
required

Send the same Wayex API key as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

The delivery history for the subscription (newest first).

data
object[]
required