Welcome to the official developer documentation for the Rebue Text API.
Our API provides a robust, developer-friendly interface to integrate omnichannel communications into your applications. Whether you need to reach customers locally in Kenya 🇰🇪 or scale your messaging globally, our infrastructure has you covered.
Rebue Text allows you to seamlessly send, receive, and track messages across multiple channels through a single, unified RESTful API.
The Rebue Text API is built on standard HTTP verbs and a RESTful endpoint structure.
https://rebuetext.com/api/v1JSON using UTF-8 encoding.All endpoints are protected and require a secure access token to verify your identity.
Your requests must include the following headers, specifying the data type and your Bearer access token:
{
"Content-type": "application/json",
"Accept": "application/json",
"Authorization": "Bearer YOUR_ACCESS_TOKEN"
}
{danger} Keep your tokens safe! Never expose your API token in client-side code (like frontend JavaScript or mobile apps). Always route API requests through your secure backend server.
To start consuming our resources, you need an active developer account to generate your API keys, top up your wallet, and configure your Sender IDs or WhatsApp profiles.
{success} Ready to build? Log in to your dashboard to get started! ✌️