Webhooks

Get an endpoint

GET/v1/webhooks/{id}

Retrieves an endpoint, active or disabled. Secret omitted.

API key · or dashboard session.

Request

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

Response

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

Path parameters

idwh_ idrequired

Response

Webhook.

Status codes

  • 404webhook_not_found