Send SMS at scale with a simple API
Retaillian SMS gives your applications a dependable REST API for sending messages, checking delivery, and monitoring account balance — built for teams that need clarity and control.
Everything you need
A focused SMS platform with the essentials — no bloat, no complexity.
How it works
Up and running in three steps.
- 1
Get your API key
Sign in to the customer portal and create an API key for your SMS account.
- 2
Integrate
Add a GET request to your app using your key, destination number, and message text.
- 3
Send SMS
Messages are routed instantly. Track delivery with the returned transaction ID.
One request to send
Authenticate with your API key, pass the destination number in 923XXXXXXXXX format, and your message. Responses include a transaction ID for tracking.
- Base URL:
https://sms.retaillian.com/api/v1 - All endpoints use GET with query parameters
- JSON by default; pass
format=xmlfor XML
$ curl "https://sms.retaillian.com/api/v1/sms/send?apiKey=YOUR_API_KEY&to=923001234567&msg=Hello&lang=English&format=json"Response
{
"corpsms": {
"code": "300",
"type": "Success",
"transactionID": "12345"
}
}Ready to integrate?
Sign in to manage API keys, view usage, and test requests in the playground. For pricing and enterprise accounts, contact your Retaillian representative.