Search results

Interact with Our REST API

This section explains how to use our interactive API documentation.

You need to obtain an access token to authenticate the API endpoints in order to receive responses.

Get Access Token

Each client has its own unique token to authenticate requests, which should be added to the header of the request.

To obtain the Client Token, follow these steps:

  1. Navigate to the appropriate interactive REST API documentation link.
  2. Expand Authentication and click Try it out.

Authentication 3. We have already hosted our application for public demonstration at this domain. To access the public demo, you will need to obtain the access token using the following sample credentials.

 **client_id** - `92773343-b3d8-4fb6-adcb-31568bfdd259`

 **grant_type** - `client_credentials`

 **client_secret** - `TfICgjhA31+roPaVHE56gr+VKjc1Z7DOKx0FURuUIGFgUIOD/cPYUg/jATbC3h/r7zoMvtrMaqe/TXJRNIiKjg==`
 

Demo credential 4. Click Execute and you will receive the response as follows: Obtain the access_token from the Response body. Response 5. Now, you need to add the access_token for further API calls as an Authorization header.
6. Click the Authorize button, located in the top-right corner of the page. Authorize button 7. A dialog will open; enter the access token in the Value box with this format: ‘Bearer’ + access_token, then click the Authorize button. Authorize dialog 8. You can now interact with the other REST APIs using the necessary parameters specified in each API.

NOTE: API responses and their code descriptions are mentioned in this interactive document.