The Chatber API allows you to integrate WhatsApp messaging into your own applications. You can send messages, manage contacts, and trigger broadcasts programmatically.
API Access
API access is available on all plans. To get started, go to WhatsApp > API Tokens and generate a new API token. This token is used for authentication in all API requests.
Authentication
All API requests must include your API token in the Authorization header as a Bearer token. Example: Authorization: Bearer your-api-token-here
Base URL
All API endpoints are relative to the base URL: https://chatber.com/api/v1
Rate Limits
API calls are limited based on your subscription plan: Starter allows 50,000 calls per month, Growth allows 150,000, Business allows 500,000, and Enterprise has unlimited API calls. Rate limit information is included in the response headers.