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": "171b3cc3-acda-4475-9964-f6c8f5a7276a", "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": "yc27aEMzVkVJa6Z2XcWaM1jj", "url": "http://towne-haley.test/emogene", "created_at": 1771429919, "updated_at": 1771429919 } ] }
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?