/auth/sign-in/email
POST /auth/sign-in/email
POST
/auth/sign-in/email
Sign in with email and password
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
email
required
Email of the user
string
password
required
Password of the user
string
callbackURL
Callback URL to use as a redirect for email verification
string
rememberMe
If this is false, the session will not be remembered. Default is true
.
string
Responses
Section titled “ Responses ”Success
object
user
required
object
url
required
string
redirect
required
boolean
Bad Request. Usually due to missing parameters, or invalid parameters.
object
message
required
string
Unauthorized. Due to missing or invalid authentication.
object
message
required
string
Forbidden. You do not have permission to access this resource or to perform this action.
object
message
string
Not Found. The requested resource was not found.
object
message
string
Too Many Requests. You have exceeded the rate limit. Try again later.
object
message
string
Internal Server Error. This is a problem with the server that you cannot fix.
object
message
string