Post Sign In Username
Sign in with username
Authentication
AuthorizationBearer
Bearer token authentication
Request
This endpoint expects an object.
username
The username of the user
password
The password of the user
rememberMe
Remember the user session
callbackURL
URL to redirect to after sign in (also used as the redirect target for email verification when required)
Response
Success
redirect
Whether the client should follow the Location header. True when callbackURL was provided.
token
Session token for the authenticated session
user
url
The callbackURL echoed back so the client can redirect.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error