Get Webhook
Webhooks
Get Webhook
Get a single webhook with recent delivery history
GET
Get Webhook
Returns a webhook’s configuration and its 20 most recent delivery attempts. Use this to debug delivery issues or confirm events are arriving.
Webhook management is available only on plans that include webhook access.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Webhook ID |
Request
cURL
Python
JavaScript
Response (200)
Delivery Statuses
| Status | Description |
|---|---|
pending | Queued or awaiting retry |
success | Delivered successfully (2xx response) |
failed | All retry attempts exhausted |
Errors
| Status | Error | Cause |
|---|---|---|
| 400 | Webhook id is required | Missing or invalid ID |
| 404 | Webhook not found | ID doesn’t exist or belongs to another account |