Overview
Our HTTP API enables developers to send SMS using RESTful requests. This is ideal for CRM, ERP, and other applications needing SMS automation.
API Endpoint:
https://api.yourwebsite.com/send-sms
Sample Request (GET Method)
https://api.yourwebsite.com/send-sms?username=yourUsername&password=yourPassword&to=2348012345678&message=Hello+World
Sample Request (POST Method, JSON)
{
"username": "yourUsername",
"password": "yourPassword",
"to": "2348012345678",
"message": "Hello World"
}
Features
✔️ Supports both GET and POST requests
✔️ JSON & XML response formats
✔️ Delivery reports available
Features
✔️ Supports both GET and POST requests
✔️ JSON & XML response formats
✔️ Delivery reports available
Full API documentation is available on request

