v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBWebhooks
Get the status and failure reason of a webhook
Retrieves the status and failure reason of a specific webhook endpoint by ID
get/api/webhook/{webhookId}/status
Path parameters
webhookIdstring required
Example:webhookId_1234567890abcdef
Unique identifier of the webhook
Response
Get the status and failure reason of a webhook successful
Example response
{
"webhookId": "webhook_1234567890abcdef",
"webhookUrl": "https://api.example.com/webhook",
"status": "disabled",
"failureReason": "failure reason"
}