Skip to content

Authentication & security

Find your API key in:

Dashboard → Settings → API Keys

You can include it as either:

  • Authorization: Bearer YOUR_API_KEY
  • X-Dispatcher-API-Key: YOUR_API_KEY

For platforms that support request signing (including Retell and Vapi), Dispatcher verifies webhook signatures before processing requests.

  • Keep API keys out of source control
  • Rotate keys immediately if exposed
  • Use HTTPS endpoints only
  • Use separate keys for staging and production
  • Add idempotency identifiers (such as call IDs) to prevent duplicate dispatches