cURL
curl --request GET \ --url https://encrata.com/api/webhooks \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "workspace_id": "<string>", "url": "<string>", "events": [ "<string>" ], "is_active": true, "description": "<string>", "created_by": "<string>", "created_at": "<string>", "updated_at": "<string>" }
List all webhooks configured for the current workspace.
Documentation IndexFetch the complete documentation index at: https://docs.encrata.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.encrata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization
Authorization: Bearer YOUR_API_KEY
curl https://encrata.com/api/webhooks \ -H "Authorization: Bearer YOUR_API_KEY"
[ { "id": "360cb300-d885-4c18-af2c-d259f936bb38", "workspace_id": "51cdc9d9-203c-4345-b06d-222b560460aa", "url": "https://example.com/webhook", "events": ["lookup.completed", "apikey.created"], "is_active": true, "description": "Production webhook", "created_by": "e861d7cb-1d7f-48d9-ab13-9af06a4055cf", "created_at": "2026-05-02T12:00:00Z", "updated_at": "2026-05-02T12:00:00Z" } ]