Create webhook config
Webhooks
Create Webhook Config
Create a new webhook configuration to receive notifications when document status changes.
Important: The webhook secret is returned ONLY in this response. Store it securely - it cannot be retrieved again.
Webhook Delivery:
- Webhooks are delivered via HTTP POST to the specified URL
- Use the secret to validate the webhook payload signature using the HMAC-SHA256 algorithm
- Non-2xx responses trigger automatic retries with exponential backoff
- After 5 failed attempts, the delivery is marked as failed and sent to DLQ
Subscribed Statuses:
pending: Document created, awaiting file uploadsubmitted: Document submitted for processingprocessing: Document is being processedprocessed: Document processing completed successfullyfailed: Document processing failed
POST
Create webhook config
Authorizations
API key for authentication. Access https://console.beltic.com/ to obtain your API key.
Body
application/json