Skip to main content
POST
Sign in with email and password

Body

application/json
email
string
required
Example:

"user@example.com"

password
string
required
Example:

"SecurePass123!"

role
enum<string>
default:user

The role to sign in as. Defaults to "user". Use "organization" for enterprise logins.

Available options:
user,
organization
Example:

"user"

Response

Successfully signed in (or MFA required)

success
boolean
Example:

true

message
string
Example:

"Signed in successfully"

code
string
Example:

"MFA_REQUIRED"

data
object