Config
Create a webhook endpoint
Creates a labeled webhook endpoint. Each enabled endpoint receives the same webhook events and signs requests with its own secret. The secret is returned once in this response and cannot be read again.
POST
Create a webhook endpoint
Documentation Index
Fetch the complete documentation index at: https://docs.vocobase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.
Body
application/json
Partner-chosen endpoint label. Lowercase letters, numbers, and hyphens only; 1-31 characters.
Pattern:
^[a-z0-9][a-z0-9-]{0,30}$Example:
"prod"
HTTPS URL that receives webhook events.
Example:
"https://example.com/webhooks/vocobase"
Whether the endpoint should receive new webhook events.
Create a webhook endpoint