Endpoint
Authentication
Use your secret key in theAuthorization header:
Path Parameters
| Parameter | Type | Description |
|---|---|---|
accountId | string | Your account ID |
Query Parameters
| Parameter | Type | Description |
|---|---|---|
limit | integer | Number of items per page (default: 10, max: 100) |
page | integer | Page number (starts at 1) |
status | string | Filter by status |
Example Request
Response
200 OK
Available Status Filters
| Status | Description |
|---|---|
active | Active webhooks |
disabled | Manually disabled webhooks |
failed | Webhooks disabled after failures |