Webhooks

Test webhook endpoint

Sends a signed test event to the configured endpoint.

post/api/v1/webhooks/{id}/test

Path parameters

idstring required

Resource ID returned by the matching create or list endpoint.

Response

Test result

successboolean required
statusCodeinteger required
errorstring

Example response

{
  "success": true,
  "statusCode": 200
}