Webhooks
Send a test event
POST/v1/webhooks/{id}/test
Queues a webhook.test event to one endpoint.
API key · or dashboard session.
Request
curl -fsS -X POST "$API/v1/webhooks/wh_0198f80c-…/test" \
-H "Authorization: Bearer $PAYDAY_API_KEY"Response
{
"delivery_id": "whd_0198f80c-5555-7dc1-a369-90556a64f700"
}Path parameters
idwh_ idrequired- Active endpoint.
Response
delivery_idwhd_ id
Status codes
- 202
- 404
webhook_not_foundUnknown or disabled.