v1
latestOpenAPI 3.0.32026-07-264469137.7 KBWebhooks
List webhook endpoints
List all webhook endpoints for your organization. Requires the webhooks:read scope.
get/v1/webhooks/endpoints
Response
Your webhook endpoints.
Example response
[
{
"endpoint_id": "whe_1a2b3c4d5e",
"name": "Production events",
"url": "https://api.example.com/webhooks/bachs",
"enabled": true,
"event_types": [
"collection.succeeded",
"collection.failed"
],
"created_at": "2026-04-27T12:00:00Z",
"updated_at": "2026-04-27T12:00:00Z"
}
]