View as markdown
Endpoints · Webhooks

Get one webhook

GET/v2/webhooks/{id}

Returns the current state of a webhook subscription. Visibility is key-scoped: webhooks created by another key (even on the same account) return 404.

Plan access

Included on every plan.

Cadence

Hobby 5m · Pro 1m · Scale 1m · Enterprise 1m.

Capacity

Hobby 5 · Pro 25 · Scale 100 · Enterprise unlimited.

stringrequired

Webhook id returned by `POST /v2/webhooks`.

200
The webhook doc (no signing_secret).
404
Webhook not found (or not owned by this key).