Introduction
Welcome to the SMSBoost API documentation. Our API allows you to integrate our services directly into your applications, enabling you to purchase airtime, data bundles, and more programmatically.
Base URL: https://api.smsboost.com/v1
Getting Started
To get started, you'll need an API key. You can generate one in your Dashboard.
Authentication
All API requests must be authenticated using your API Key. Send this key in the Authorization header of your requests.
http
Authorization: Bearer YOUR_API_KEYResponse Format
All responses are returned in JSON format. A standard response looks like this:
json
{
"success": true,
"message": "Operation successful",
"data": { ... }
}