latestOpenAPI 3.1.02026-08-237602082.8 MB
529d7d36d7d6
Webhooks
Test Webhook Delivery
Fire a synthetic delivery to the registered URL with { "test": true } payload. Useful when validating endpoint signature handling. Records the result in failure_count / last_status_code.
post/webhooks/{id}/test
Path parameters
idinteger required
Webhook id, as returned by GET /v1/webhooks.
Request body
EmptyBody required
This endpoint reads nothing from the request body. Send {} (or any object, which is ignored).
Response
Successful calculation
Example response
{
"ok": true
}