Webhooks

Test webhook endpoint

post/webhooks/{id}/test

Path parameters

idstring required

Resource ID (stringified bigint)

Response

Test result

successboolean required
statusCodeinteger required
errorstring

Example response

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

Changes