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最后修改于 2026年7月16日
Error