Skip to main content
POST
/
v1
/
webhooks
/
{webhook_id}
/
test
Test Webhook
curl --request POST \
  --url https://api.example.com/v1/webhooks/{webhook_id}/test
{
  "success": true,
  "duration_ms": 123,
  "http_status": 123,
  "error": "<string>"
}

Headers

authorization
string | null

Path Parameters

webhook_id
string<uuid>
required

Response

Successful Response

success
boolean
required
duration_ms
integer
required
http_status
integer | null
error
string | null