API Documentation

Getting Started with the Chatber API

Vinod Mar 14, 2026 34 views

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.

API Documentation Page

For a complete list of endpoints, request and response formats, and code examples, visit WhatsApp > API Docs in your Chatber dashboard. The documentation page includes a Postman collection that you can import for testing.
Was this article helpful?
50% found this helpful
Still need help?

If this article didn't solve your issue, contact our support team.

Create Support Ticket