Retrieves a new access token, token type, the refresh token, and expiration time.
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.
{- "refresh-token": "string"
}
{- "access-token": "string",
- "refresh-token": "string",
- "token-type": "string",
- "expires-in": 0
}