Skip to main content
POST
Exchange an email and password for a session token.

Body

application/json
email
string
required
password
string
required

Response

200 - application/json
token
string | null

The session token, returned after successful login.

totp_challenge
string | null

The totp challenge, returned after successful login.