POST /v1/auth/token
Gets the new access token.
Content Type
application/json
Parameters
| Name | Required | Description |
|---|---|---|
| RefreshToken | ✔ | Valid refresh token |
Response
| HTTP Status Code | Description |
|---|---|
| 200 | Receives new access token and refresh token |
| 401 | The refresh token is invalidated |