Welcome to the Rebue Text API


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.

Overview

Rebue Text allows you to seamlessly send, receive, and track messages across multiple channels through a single, unified RESTful API.

Key Capabilities

  • Text SMS: Send single or high-volume batch SMS reliably across mobile networks.
  • WhatsApp Business: Trigger rich media templates, dynamic text notifications, and receive raw inbound user replies via Webhooks.
  • Voice SMS: Deliver automated voice calls and scheduled audio messages.
  • Verify / OTP: Secure your applications with high-delivery One-Time Passwords.

Architecture & Standards

The Rebue Text API is built on standard HTTP verbs and a RESTful endpoint structure.

  • Base URL: All API requests should be routed to https://rebuetext.com/api/v1
  • Payloads: Request and response payloads are formatted strictly as JSON using UTF-8 encoding.
  • Batching: Our endpoints are natively designed to handle arrays, allowing you to batch requests to reduce network latency and maximize throughput.

Authentication

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.

Getting Started

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! ✌️


Access your account here