Skip to content

Logs user into the system

Request

Query
usernamestring

The user name for login

passwordstring

The password for login in clear text

curl -i -X GET \
  'https://innovario.apishowdown.com/_mock/catalog/api-showdown/api-hub/pet-store/openapi/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
<root>string</root>