List Webhooks
Webhooks
List Webhooks
List all webhooks configured for the current workspace.
GET
List Webhooks
Documentation Index
Fetch the complete documentation index at: https://docs.encrata.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires an API key in theAuthorization header.
Request
No parameters required. Returns all webhooks for the authenticated user’s current workspace.Example request
Response
Returns an array of webhook objects.Unique webhook identifier (UUID).
The workspace this webhook belongs to.
The HTTPS URL that receives webhook deliveries.
List of event types this webhook is subscribed to.
Whether the webhook is currently active.
Optional description of the webhook.
User ID of the webhook creator.
ISO 8601 creation timestamp.
ISO 8601 last-updated timestamp.