Authentication
All WhatsAble APIs require authentication using API keys. This guide explains how to authenticate your requests.API Keys
Each API solution uses a different authentication method:WhatsAble API
Uses an API key in theX-API-Key header:
Notifier by WhatsAble
Uses a Bearer token in the Authorization header:Notifier System
Uses a Bearer token in the Authorization header:Getting Your API Keys
- Log in to your WhatsAble dashboard
- Navigate to the API section
- Generate a new API key or token
- Store it securely - it won’t be shown again!
Security Best Practices
- Never share your API keys
- Use environment variables to store keys
- Rotate keys periodically
- Use HTTPS for all API requests
- Implement proper error handling