loginUser

GET {{baseUrl}}/user/login

Logs user into the system.

Parameters

NameDescription
username *string(query)

The user name for login

password *string(query)

The password for login in clear text

Response

CodeDescription
200Successful Operation
400invalid username/password supplied

Example

"string"

Headers:

NameDescriptionType
X-Expires-After

date in UTC when token expires

string
X-Rate-Limit

calls per hour allowed by the user

integer