Endpoints
All requests require workspace context via your API key. You can also manage webhooks from the Voyant dashboard.
Key concepts
- Events: Provide one or more event keys. Wildcards are supported (
product.*,*). - Secrets: A 64-character hex secret is generated on creation and rotation. The secret is only returned once—store it securely.
- Headers: Optional key/value pairs for custom authentication headers sent with each delivery.
- Retries:
max_retriescontrols exponential backoff attempts (0–10, default 5). Failures incrementfailure_countfor monitoring. - Active: Set
active: falseto pause deliveries without deleting the subscription.