You are here
REST API
The SMS monitoring service can be accessed through a series of REST calls to initiate and monitor test responses. Using the REST services a client can:
- Retrieve the statistics and SMS codes for their account
- Retrieve a list of the most currently available handsets for testing based on country or network
- Query the results from the testing
- Send a message to the handset to initiate MO testing
The REST API is changing and improving continously.
Client Authentication and Authorization
Client acces to the REST API will be secured through a two-legged oAuth security model. Before you can access the API you will be assigned two keys. The consumer key and the secret key. It is important that you maintain the security of those keys as we will have to regenerate them if you lose them.
OAuth endpoints URLs
Request Token
Access Token
Message Formats
Messages and responses are available in both JSON or XML formats. The JSON responses can be trigger by setting the Accept: application/json header on the REST request.
Endpoint
The general endpoint