Sign In Email
Sign in with email and password
Authentication
AuthorizationBearer
Bearer token authentication
Request
This endpoint expects an object.
email
Email of the user
password
Password of the user
callbackURL
Callback URL to use as a redirect for email verification
rememberMe
If this is false, the session will not be remembered. Default is true.
Response
Success - Returns either session details or redirect URL
redirect
token
Session token
user
url
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error