Skip to main content

SMS API

This section provides an overview of the SMS API. Use these endpoints to send, retrieve, and manage SMS messages through Kairos Afrika.

Authentication

SMS API uses API key and secret headers for authentication:
x-api-key: YOUR_API_KEY
x-api-secret: YOUR_API_SECRET
You can obtain your API credentials from the SMS Dashboard.

Base URLs

  • Staging: https://api.staging.kairosafrika.com/v1
  • Production: https://api.kairosafrika.com/v1

What You Can Do

  • Send SMS messages to any phone number in Africa
  • Retrieve the status and details of sent messages
  • Delete messages as needed
  • Send bulk SMS messages
  • Resend messages

Endpoints


Tip: Click on an endpoint to see usage examples and integration details.