Create Webhook
Webhooks
Create Webhook
Register a new webhook endpoint for the current workspace.
POST
Create Webhook
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
The HTTPS URL to receive webhook deliveries.
List of event types to subscribe to. At least one event is required.Valid events:
lookup.completed, apikey.created, apikey.revoked, credits.low, credits.exhaustedOptional description for the webhook.
Example request
Response
Returns the created webhook object, including the signing secret.Unique webhook identifier (UUID).
The registered webhook URL.
The HMAC-SHA256 signing secret. Only returned at creation time — store it securely.
Subscribed event types.
Whether the webhook is active (defaults to
true).Webhook description.
ISO 8601 creation timestamp.