Skip to content

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.

object
Example
{
"key": "{{keyID}}",
"secret": "{{keySecret}}"
}

Successful response