Retrieves the access token, token type and the refresh token.
Login was successful. The response contains the access token, token type and the refresh token.
The request was malformed.
Unauthorized - the login credentials were incorrect.
Forbidden - The request did not contain a valid Pricefx-Key, the provided credentials in body
were incorrect, the user was banned or not found or device registration required.
{- "username": "string",
- "partition": "string",
- "password": "string"
}
{- "access-token": "string",
- "refresh-token": "string",
- "token-type": "string",
- "expires-in": 0
}