Webhooks
List Webhooks
List all webhook endpoints
GET
Request
Retrieve a list of all webhook endpoints configured for your account.Headers
string
required
Bearer token for authentication. Format:
Bearer YOUR_API_KEYQuery Parameters
integer
default:"20"
Number of webhooks to return (1-100)
string
Pagination cursor from a previous response
string
Filter by status:
active, inactive, failingResponse
array
Array of webhook objects
boolean
Whether there are more results available
string
Cursor for fetching the next page
integer
Total number of webhooks
Webhook Object
Webhook Status
Webhooks automatically enter
failing status after 5 consecutive delivery failures.
They will be automatically disabled after 100 consecutive failures.