SMS for Applications REST API (v1.0.0)
The Retarus SMS for Applications REST API is a service to send SMS and lookup the status.
To obtain a test account for this service or any of our other SMS services, please contact Retarus.
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://developers.retarus.com/_mock/sms/sms4a-api/
Primary data center
https://sms4a.de2.retarus.com/rest/v1/
Secondary data center
https://sms4a.de1.retarus.com/rest/v1/
HA endpoint - only to send SMS
https://sms4a.eu.retarus.com/rest/v1/
- Mock server
https://developers.retarus.com/_mock/sms/sms4a-api/version
- Primary data center
https://sms4a.de2.retarus.com/rest/v1/version
- Secondary data center
https://sms4a.de1.retarus.com/rest/v1/version
- HA endpoint - only to send SMS
https://sms4a.eu.retarus.com/rest/v1/version
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
https://developers.retarus.com/_mock/sms/sms4a-api/version
Response
application/json
{ "buildNumber": 0, "buildTimestamp": "string", "majorVersion": 0, "minorVersion": 0, "versionInfo": "string", "message": "string" }