API ReferenceWebhooksList the account's webhook endpoints
List the account's webhook endpoints
GET
/api/v1/webhooksParameters
No parameters.
Responses
Success body
{ "status": 200, "message": "OK", "data": { "data": [ { "id": "6a17f3517f0826937ff08321", "url": "https://example.com/hooks/merdi", "events": [ "*" ], "description": "", "active": true, "livemode": false, "secret_last4": "RED8", "created_at": "2026-05-28T07:48:33.503Z", "last_delivery_at": null, "consecutive_failures": 0, "disabled_at": null } ] } }
Returned object
| Field | Type | Sample |
|---|