cURL
curl -X GET \ /webhooks \ --header "Authorization: Bearer <token>"
{ "data": [ { "id": "<string>", "events": [ "<string>" ], "version": "<string>", "enabled": true, "url": "<string>" } ], "meta": { "pagination": { "totalItems": 123, "itemsPerPage": 123, "currentPage": 123, "lastPage": 123, "pageTotalItems": 123 } } }
Get webhooks
webhook:read
Value for the Authorization header parameter.
The collection page number
The number of items per page
0 <= x <= 100
Webhook collection
Show child attributes
Was this page helpful?