Skip to main content
POST
Sign in with email and password

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
email
string
required

Email of the user

password
string
required

Password of the user

callbackURL
string | null

Callback URL to use as a redirect for email verification

rememberMe
boolean | null
default:true

If this is false, the session will not be remembered. Default is true.

Response

Success - Returns either session details or redirect URL

Session response when idToken is provided

redirect
enum<boolean>
required
Available options:
false
token
string
required

Session token

user
object
required
url
string | null