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
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Paramètres de requête
Maximum number of webhooks to return.
Plage requise:
1 <= x <= 1000Number of webhooks to skip before returning results.
Plage requise:
x >= 0Dernière modification le 16 juillet 2026
Error