Exchange Auth Token
POST/auth/token
This endpoint can be used to request a new access token using a refresh token.
Request
Responses
- 200
- 403
successful operation
REFRESH_TOKEN_EXPIRED The refresh token has expired.
CLIENT_APPLICATION_MISMATCH The client application does not match the refresh token.
ORIGIN_NOT_ALLOWED The origin is not allowed to access this endpoint.