Login user

post/api/v1/login

Request body

emailstring

If specified, login using email

passwordstring required

Password

typestring required

Type of login, currently must be set to "normal"

usernamestring

If specified, login using username

Response

success

tokenstring required

Session token

Changes