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 in your server environment and keep only the prefix for identification.

Request format

GET /api/v1/sessions
Authorization: Bearer <api_key>

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.
WADIAL_API_KEY=wd_...
WADIAL_BASE_URL=https://api.wadial.com
Never expose API keys in frontend code.