Skip to main content
API keys authenticate your backend when it calls WADial. Create keys from Dashboard → API Keys. WADial shows the secret once. Store it securely on your server and keep only the prefix for identification.

Request format

Rotation

  1. Create a new key.
  2. Deploy your app with the new key.
  3. Confirm requests succeed.
  4. Revoke the old key.
Revoked keys stop working immediately. Use separate keys for production, staging, and local development.
Never expose API keys in frontend code.