Once you have registered your application to use this API, you will be provided with credentials needed to access the Tangoe Developer Portal, as well as what is needed for obtaining the access token that is required for calling the API (i.e., client ID, client secret, etc.). To log-in, click the Developer Portal Log In button in the upper right corner of this web site.
Upon logging into the Tangoe Developer Portal, simply click on the API Reference link in the navigation panel on the left (pictured below). The API Reference page provides extensive documentation describing each of the API resources, including all supported headers and query parameters. This reference guide also offers an interactive feature enabling you to submit requests for any resource. These requests will return real responses, populated with your own data.
After signing into the Tangoe Developer Portal, we recommend you begin by trying the /ping resource to confirm your access to the backend services that power this API. The steps required to request this simple resource are essentially the same for all resources and can be used for exploring those as well.
To begin, simply follow these easy steps:
A successful response should be returned (i.e., HTTP status 200). The response body will include your echoText value, along with data identifying the backend system that processed your request.
If a problem occurs while processing your request, you will receive an error message. Please refer to the Errors page for an explanation of supported HTTP status codes and error messages.