Skip to main content

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 the X-API-Key header:

Notifyer System

Uses a Bearer token in the Authorization header:

Getting Your API Keys

  1. Log in to your WhatsAble dashboard
  2. Navigate to the API section
  3. Generate a new API key or token
  4. 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