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

okboolean

Example response

{
  "ok": true
}