Webhooks

Send a test event

POST/v1/webhooks/{id}/test

Queues a webhook.test event to one endpoint.

API key · or dashboard session.

Request

Shell
curl -fsS -X POST "$API/v1/webhooks/wh_0198f80c-…/test" \
  -H "Authorization: Bearer $PAYDAY_API_KEY"

Response

202 Accepted
{
  "delivery_id": "whd_0198f80c-5555-7dc1-a369-90556a64f700"
}

Path parameters

idwh_ idrequired
Active endpoint.

Response

delivery_idwhd_ id

Status codes

  • 202
  • 404webhook_not_found Unknown or disabled.