cURL
curl --request GET \ --url https://{defaultHost}/v1/webhook_endpoints \ --header 'Authorization: Bearer <token>'
{ "object": "list", "pagination": { "count": 1, "limit": 20, "page": 1, "url": "/v1/webhook_endpoints" }, "data": [ { "id": "2991087a-8dff-4992-8bcd-2e9899fe47a1", "object": "webhook_endpoint", "automation_service": null, "description": null, "enabled": true, "erroring_grace_period_ends_at": null, "erroring_grace_period_started_at": null, "webhook_events": [], "signing_secret": "yEys4R14xPMJ5CrKXdzmDjjw", "url": "http://armstrong.test/willis", "created_at": 1767909789, "updated_at": 1767909789 } ] }
Returns a list of your webhook endpoints.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A limit on the number of items to be returned, between 1 and 100.
The page of items you want returned.
Success
A string describing the object type returned.
Show child attributes
An array of objects.
Was this page helpful?