Endpoints · Webhooks
List subscriptions
GET
/v2/webhooksReturns webhook subscriptions created by the current API key, newest-first. Visibility is key-scoped: webhooks created with a different key on the same account are not returned here. Use `?status=` to filter and the `cursor` field to paginate.
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
stringFilter by status.
integerdefault 50Page size. Max 100.
stringOpaque cursor from the previous response.
Status codes
200Page of webhooks with
as_of, count, next_cursor, and webhooks. The signing_secret field is stripped (it's only shown on create).