Skip to main content
GET
List webhook subscriptions

What this endpoint does

Lists the webhook endpoints registered for the current tenant account.

When to use it

Use it to audit integrations, check which URL receives events, or locate a subscription before reviewing deliveries.

Before you call

Authenticate with an API key that can read this resource. Results are restricted to the tenant account bound to that key.

Money and balance effect

This is a read-only request. It does not reserve, debit, credit, or settle money.

States and completion

A subscription’s status is active or disabled; only active subscriptions receive deliveries. An active status does not prove your endpoint is accepting events — check its deliveries, where each event is pending, failed, delivered, or dead.

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>.

Response

200 - application/json

Your webhook subscriptions, each with aggregate delivery stats.

data
object[]
required