Skip to main content

API Keys

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

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.
PlanMessages / minute
Free10
Pro60
Scale120
Rate limit headers are included in every response:
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 58
X-RateLimit-Reset: 1735689600
When you hit the limit, the API returns 429 Too Many Requests.