Skip to content

Returns pet inventories by status

Request

Returns a map of status codes to quantities

Security
api_key
curl -i -X GET \
  https://innovario.apishowdown.com/_mock/petstore/store/inventory \
  -H 'api_key: YOUR_API_KEY_HERE'

Responses

successful operation

Bodyapplication/json
property name*integer, (int32)additional property
Response
{ "property1": 0, "property2": 0 }