View as markdown
Endpoints · Webhooks

List subscriptions

GET/v2/webhooks

Returns 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.

string

Filter by status.

integerdefault 50

Page size. Max 100.

string

Opaque cursor from the previous response.

200
Page of webhooks with as_of, count, next_cursor, and webhooks. The signing_secret field is stripped (it's only shown on create).