Skip to content

Log in users by email and password.

POST
/api/auth/v1/login
redirect_uri
string | null
mfa_redirect_uri
string | null
response_type
One of:
null
pkce_code_challenge
string | null
object
email
required
string
mfa_redirect_uri
string | null
password
required
string
pkce_code_challenge
string | null
redirect_uri
string | null
response_type
One of:
null

Auth, refresh & CSRF tokens.

object
auth_token
required
string
csrf_token
required
string
refresh_token
required
string

Form Fail OR Auth, refresh & CSRF tokens via cookies.

Unauthorized

Forbidden, when login succeeded but MFA is needed.

object
mfa_token
required
string