List Webhooks
Webhooks API
List Webhooks
List all webhooks for the authenticated user
GET
List Webhooks
Overview
Retrieve all webhook endpoints configured for the authenticated user. Use this to view your webhook configurations and their status.Authentication
Your API key with Write scope
Request Examples
Response
Indicates if the request was successful
Human-readable response message
Array of webhook objects
Success Response
Error Responses
Webhook Status
| Status | Description |
|---|---|
active | Webhook is enabled and receiving events |
paused | Webhook is temporarily disabled by user |
disabled | Webhook was auto-disabled due to repeated failures |
Rate Limits
- 100 requests per minute per API key
Next Steps
Create Webhook
Create a new webhook endpoint
Webhook Overview
Learn about webhook events and payloads