APIWebhooks
Webhooks_test
Send a `webhook.test` event to the endpoint and wait for its response. Works whatever the webhook's status is.
POST
/webhooks/{webhook_id}/testSend a webhook.test event to the endpoint and wait for its response.
Works whatever the webhook's status is.
Path Parameters
webhook_id*string
Format
uuidResponse Body
application/json
application/json
curl -X POST "https://example.com/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08/test"{ "success": true, "status_code": 0, "error": "string", "duration_ms": 0, "response_snippet": "string"}