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:
- Navigate to the appropriate URL based on whether you're accessing the production environment or the UAT environment.
- Production URL: Pramata Developer Portal - Login
- UAT URL: Pramata Developer Portal - Login
- Enter the provided email address and password in the designated fields and click Login.
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
- Scroll to the bottom of the page and expand the Model section.
- Expand client credentials, select and copy the values against client_id and client_secret.
- Navigate to the top right corner and click the Authorize button.
- In the Available authorizations pop-up screen, enter the client_id and client_secret values.
- Click Authorize.
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.