Sign In Email

Sign in with email and password

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
emailstringRequired
Email of the user
passwordstringRequired
Password of the user
callbackURLstring or nullOptional
Callback URL to use as a redirect for email verification
rememberMeboolean or nullOptionalDefaults to true

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

Response

Success - Returns either session details or redirect URL

redirectboolean
tokenstring
Session token
userobject
urlstring or null

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error