Skip to main content
The List Webhooks endpoint returns every webhook you have registered under your merchant account. Each object in the response includes delivery statistics — successful and failed counts — so you can quickly assess the health of your webhook integrations at a glance. This endpoint requires the webhooks:read permission.

Request

Headers

string
required
Bearer token using your API key. Format: Bearer cs_live_your_key

Response

200 — success

array
List of registered webhook objects.
integer
Total number of webhooks returned in this response.

401 — unauthorized

Returned when your API key is missing, invalid, or does not have the webhooks:read permission.

Example

Sample response