Endpoint
Authentication
Use your secret key in theAuthorization header:
Path Parameters
| Parameter | Type | Description |
|---|---|---|
accountId | string | Your account ID |
id | string | The webhook ID |
Example Request
Response
200 OK
Webhook Status
| Status | Description |
|---|---|
active | Webhook is active and functional |
disabled | Webhook manually disabled |
failed | Webhook disabled after too many failures |
Error Types
| Type | Description |
|---|---|
connection_error | Unable to connect to URL |
timeout_error | Response timeout exceeded |
invalid_response | Invalid response (code != 200) |
ssl_error | SSL certificate error |