Returns pet inventories by status

GET /store/inventory

Returns a map of status codes to quantities

Responses

  • 200

    successful operation

    Hide response attribute Show response attribute object
    • Additional properties: integer(int32)
GET /store/inventory
curl \
 -X GET /api/v3/store/inventory \
 -H "api_key: $API_KEY"
Response examples (200)
{}
Response examples (200)
{
  "Additional properties:": 42
}