Skip to main content
POST
Sign in with username

Authorizations

Authorization
string
header
required

Personal API key sent as a bearer token.

Body

application/json
username
string
required

The username of the user

password
string
required

The password of the user

rememberMe
boolean

Remember the user session

callbackURL
string

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

Response

Success

redirect
boolean
required

Whether the client should follow the Location header. True when callbackURL was provided.

token
string
required

Session token for the authenticated session

user
object
required
url
string | null

The callbackURL echoed back so the client can redirect.