List Webhooks
Returns a paginated list of webhook endpoints configured for a company, ordered by most recently created.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-20"
Query Parameters
The unique identifier of the account to list webhooks for.
Only return webhooks attached to this app. Omit to list the company's own webhooks.
The number of webhooks to return (default 20, max 100).
A cursor; returns webhooks after this position.
The number of webhooks to return from the end of the range.
A cursor; returns webhooks before this position.

