Skip to main content
POST
Login
Authenticates a user with email and password. Requires X-API-Key. If the user has TOTP enabled, tokens are not returned until you call Login TOTP.

Request body

string
required
Valid email.
string
required
Max 128 characters.

Response

string | null
Reflects the previous authentication method (for example email, email_totp). Use for “Last signed in with…” hints. null on the user’s first login.

Status codes