Returns pet inventories by status

GET /store/inventory

Returns a map of status codes to quantities

Responses

GET /store/inventory
curl \
 -X GET /v3/store/inventory \
 -H "api_key: $API_KEY"
Response examples (200)
{
  "key": 42
}