Login
POST /api/auth/api-key/login
POST
/api/auth/api-key/login
This endpoint should be used to get an access token and a refresh token from a key & secret. Once the access token is fetched it should be used to authenticate to other API endpoints.
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”object
Example
{ "key": "{{keyID}}", "secret": "{{keySecret}}"}Responses
Section titled “ Responses ”Successful response