Skip to main content

Logs user into the system

Query Parameters
username string REQUIRED

The user name for login

password string REQUIRED

The password for login in clear text

Responses
200

successful operation

Schema
string
400

Invalid username/password supplied

loginUser
GET /user/login
username — query
password — query
Accept
//petstore.swagger.io/v2
curl -L -X GET '//petstore.swagger.io/v2/user/login' \
-H 'Accept: application/json'