Skip to main content

API Keys

All API requests require a Bearer token in the Authorization header.

Creating an API key

  1. Log in to the WhatsRB Dashboard
  2. Navigate to Settings → API Keys
  3. Click Create API Key
  4. Copy and store the key securely — it won’t be shown again

Key format

All API keys start with the wrb_live_ prefix.
Never commit API keys to source control. Use environment variables instead.

Rate Limits

Rate limits are per plan and apply to messages per minute. Rate limit headers are included in every response:
When you hit the limit, the API returns 429 Too Many Requests.