Skip to main content

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_retries controls exponential backoff attempts (0–10, default 5). Failures increment failure_count for monitoring.
  • Active: Set active: false to pause deliveries without deleting the subscription.