API Management
Helps you with the steps involved in getting the required credentials to invoke Authentication api
Last updated
Was this helpful?
Helps you with the steps involved in getting the required credentials to invoke Authentication api
Last updated
Was this helpful?
If you are an Admin, you will be able to see "ADMIN" button on MOGOPLUS homepage. Upon clicking "ADMIN" button, an Admin will be able to view the "API Management" link.
Upon clicking "API Management" link, an Admin will be able to add client by clicking "ADD CLIENT" link and then entering the API Client Name.
On clicking save button, client_id and client_secret (which are required to use the api's) will be generated.
On clicking the key icon, the client id and secret will be downloaded in the form of a json file to your machine.
The contents of the file will look like below:
{
"clientName": "Mogoplus_testaccount",
"clientId": "782e12aa-23d3-11c0-8452-111114a14e13",
"clientSecret": "aaaaaaaa-8b36-471f-c818-d1d2e46b20d4"
}
The above credentials must be used to invoke the to obtain an access token, which should then be included when submitting data and fetching the report