Logs user into the system

Request
query Parameters
username
required
string

The user name for login

password
required
string

The password for login in clear text

get
/user/login
Responses

200

successful operation

Response Headers
X-Rate-Limit
integer <int32>

calls per hour allowed by the user

X-Expires-After
string <date-time>

date in UTC when token expires

Response Schema:
string

400

Invalid username/password supplied

Response samples
Sample not available