API Authorization
For handling API-API backend server communication an authorization token must be solicited to make the desired requests.
Overview
Request Body
Media Type: application/json
Example Value:
Usage
Send a POST requests to the
/auth/login-api
and set a request body containing the authorization credentials for your project.
Note: Ensure to get the clientId and clientSecret from your dashboard.
Last updated