Skip to main content
POST
Sign in with email & password

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string<email>
required
password
string<password>
required
remember
boolean
default:false
required

Response

Login status

status
enum<string>
Available options:
ok,
phone_not_verified,
2fa_required,
error
token
string

JWT returned on success

message
string
auth
object