Skip to content

Logs user into the system

Request

Query
usernamestringrequired

The user name for login

passwordstringrequired

The password for login in clear text

curl -i -X GET \
  'https://innovario.apishowdown.com/_mock/petstore/user/login?username=string&password=string'

Responses

successful operation

Headers
X-Rate-Limitinteger, (int32)

calls per hour allowed by the user

X-Expires-Afterstring, (date-time)

date in UTC when token expires

Body
string
Response
"OK"