loginUser
GET {{baseUrl}}/user/login
Logs user into the system.
Parameters
| Name | Description |
|---|---|
| username *string(query) | The user name for login |
| password *string(query) | The password for login in clear text |
Response
| Code | Description |
|---|---|
| 200 | Successful Operation |
| 400 | invalid username/password supplied |
Example
"string"
Headers:
| Name | Description | Type |
|---|---|---|
| X-Expires-After | date in UTC when token expires | string |
| X-Rate-Limit | calls per hour allowed by the user | integer |