Skip to main content
POST
User login - returns JWT token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
username
string

username — see API source for exact type.

email
string

email — see API source for exact type.

password
string

password — see API source for exact type.

Response

OK

message
string
data
object