Log in users by email and password.
POST
/api/auth/v1/login
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” redirect_to
string | null
Request Body required
Section titled “Request Body required ”object
email
required
string
password
required
string
pkce_code_challenge
string | null
redirect_to
string | null
response_type
string | null
Responses
Section titled “ Responses ”Auth & refresh tokens.
object
auth_token
required
string
csrf_token
required
string
refresh_token
required
string