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.
Query parameters
stringrequiredWebhook id returned by `POST /v2/webhooks`.
Status codes
200The webhook doc (no
signing_secret).404Webhook not found (or not owned by this key).