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
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/

SMS Jobs

Operations

SMS Status

Operations

Version

Operations

Get version information

Request

Get the version informantion for the API.

curl -i -X GET \
  -u <username>:<password> \
  https://developers.retarus.com/_mock/sms/sms4a-api/version

Responses

Get version info successful.

Bodyapplication/json
buildNumberinteger(int32)read-only
buildTimestampstringread-only
majorVersioninteger(int32)read-only
minorVersioninteger(int32)read-only
versionInfostringread-only
messagestringread-only
Response
application/json
{ "buildNumber": 0, "buildTimestamp": "string", "majorVersion": 0, "minorVersion": 0, "versionInfo": "string", "message": "string" }