Webhooks

List endpoints

GET/v1/webhooks

Lists active endpoints. Secrets omitted.

API key · or dashboard session.

Request

Shell
curl -fsS "$API/v1/webhooks" -H "Authorization: Bearer $PAYDAY_API_KEY"

Response

200 OK
{
  "webhooks": [ {
      "id": "wh_0198f80c-3333-7dc1-a369-90556a64f700",
      "url": "https://example.com/payday/webhook",
      "created_at": "2026-09-06T12:00:00Z",
      "disabled_at": null
    } ]
}

Response

{ webhooks: Webhook[] }.