cURL
curl --request GET \ --url http://localhost/public/v1/webhooks
{ "ok": true, "webhooks": [ { "id": "<string>", "url": "<string>", "events": "<string>", "is_enabled": "<string>", "secret": "<string>", "source": "<string>", "locked": "<string>", "created_at": "<string>", "updated_at": "<string>" } ], "meta": { "current_page": "<string>", "per_page": 123, "total": "<string>" } }
Returns a paginated list of all webhooks for the team.
Optional. Page number for pagination (default: 1).
x >= 1
Optional. Number of items per page (default: 15, max: 100).
1 <= x <= 100
Show child attributes