API Documentation
Connect your website or app directly to the Nexsms infrastructure. Our API allows you to resell our services, automate your growth, or build custom tools.
Endpoint
HTTP POST
https://nexsms.africa/mass/api.php
1 Service List
Retrieve the full list of available services and their prices.
Parameters
| Field | Value |
|---|---|
| key | Your API Key |
| action | services |
Response
[
{
"service": 1,
"name": "Instagram Likes - Instant",
"type": "Default",
"category": "Instagram",
"rate": "0.50",
"min": 10,
"max": 10000
}
]
2 Add Order
Parameters
| Field | Description |
|---|---|
| key | Your API Key |
| action | add |
| service | Service ID |
| link | Post/Profile Link |
| quantity | Amount needed |
Response
{
"order": 23501
}
3 Order Status
Parameters
| Field | Value |
|---|---|
| key | Your API Key |
| action | status |
| order | Order ID |
Response
{
"status": "Completed",
"start_count": 100,
"remains": 0
}