Log into the account using refresh token
Returns an access token and the refresh token.
POST/v3/accounts/login-refresh-token
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| user-Agent | string | header |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| refreshToken* | string | Refresh token. | min: 1, max: 256 |
Request Example
Responses
200
400
409
429
500