# Logs user into the system **GET /user/login** ## Servers ## Parameters #### Query parameters - **username** (string) The user name for login - **password** (string) The password for login in clear text ## Responses ### 200: successful operation #### Headers - **X-Rate-Limit** (integer(int32)) calls per hour allowed by the user - **X-Expires-After** (string(date-time)) date in UTC when toekn expires #### Body Parameters: (string) string ### 400: Invalid username/password supplied [Powered by Bump.sh](https://bump.sh)