Log into the account
Returns an access token and the refresh token.
POST/v3/accounts/login
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| origin | string | header | |
| user-Agent | string | header |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| accountId* | string | Unique identifier of the account. | min: 0, max: 36 |
| accountAlias | string | Unique account alias. | min: 0, max: 256 |
| email* | string | Email address of the user. | min: 1, max: 256, format: email |
| password* | string | Password of the user. | min: 8, max: 256 |
| twoFactorCode | string | Two factor code generated by Authenticator app. | min: 6, max: 6 |
| twoFactorRecoveryCode | string | Two factor recovery code. | min: 1, max: 256 |
Request Example
Responses
200
400
409
429
500