v2
latestOpenAPI 3.1.02026-08-064686150.6 KBWebhooks
Send a test event to a webhook endpoint
Relays the customer endpoint's response: the HTTP status mirrors theirs, and the body (httpStatus, latencyMs, success, error) reports the outcome. A 4xx/5xx means their endpoint responded that way, not that this API failed.
post/webhooks/configs/test
Request body
Example request
{
"url": "https://customer.example.com/webhook"
}Response
Endpoint returned 2xx.
Example response
{
"httpStatus": 200,
"latencyMs": 87,
"success": true,
"error": "Connection refused"
}