Post Sign In Username

Sign in with username

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
usernamestringRequired
The username of the user
passwordstringRequired
The password of the user
rememberMeboolean or nullOptional
Remember the user session
callbackURLstring or nullOptional

URL to redirect to after sign in (also used as the redirect target for email verification when required)

Response

Success
redirectboolean
Whether the client should follow the Location header. True when callbackURL was provided.
tokenstring
Session token for the authenticated session
userobject
urlstring or null
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