v1

latestOpenAPI 3.0.42026-08-062942352.0 MB
Authentication

Log into the account

Returns an access token and the refresh token.

post/v3/accounts/login

Headers

originstring
user-Agentstring

Request body

accountIdstring nullable required

Unique identifier of the account.

accountAliasstring nullable

Unique account alias.

emailstring email required

Email address of the user.

passwordstring required

Password of the user.

twoFactorCodestring nullable

Two factor code generated by Authenticator app.

twoFactorRecoveryCodestring nullable

Two factor recovery code.

rememberMeboolean required

Remember me. When true, the refresh token is valid for 7 days instead of 1 day.

Response

OK

accessTokenstring required
refreshTokenstring required