API Developer Portal

 

API Developer Portal Details

The API Developer Portal is a one stop point to access all the Pramata API Libraries.

Login Credentials

Ensure you have been provided with the necessary login credentials. These include an email address and password. Make sure to keep these credentials secure.

Accessing the Portal:

login.png

Accessing API Details:

  • Upon login to the API Portal, click the API catalogue icon to view the available APIs. 
  • The left pane, displays the list of APIs, select a specific API to view it's details.
  • Note that, all APIs require authorization for access and testing.

API Authorization:

To authorize APIs follow the steps below

  1. Scroll to the bottom of the page and expand the Model section.
  2. Expand client credentials, select and copy the values against client_id and client_secret.
  3. Navigate to the top right corner and click the Authorize button.
    authorize.png
  4. In the Available authorizations pop-up screen, enter the client_id and client_secret values.
  5. Click Authorize.
    authorize pop up.png   

Testing APIs:

  • Expand the API name and click GET against the API.
  • Click the Try it Out button.
  • Enter a sample parameter value and click the Execute button. 
  • View the complete code snippet and the Responses for the API.

execute.png