List Webhooks
Retrieves webhooks for the authenticated team (paginated). Results are capped at limit (default and maximum 1000). When more records exist than are returned, meta.total exceeds data.length; clients with large collections must page with limit/offset to retrieve them all.
GET
Error
Авторизации
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Параметры запроса
Maximum number of webhooks to return.
Требуемый диапазон:
1 <= x <= 1000Number of webhooks to skip before returning results.
Требуемый диапазон:
x >= 0Последнее изменение 15 июля 2026 г.
Error