Log in users by email and password.
POST
/api/auth/v1/login
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” redirect_uri
string | null
mfa_redirect_uri
string | null
response_type
One of:
null
pkce_code_challenge
string | null
Request Body required
Section titled “Request Body required ”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
Responses
Section titled “ Responses ”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