Returns pet inventories by status
GET/store/inventory
Returns a map of status codes to quantities
Supported Languages
This method is available in:
Returns pet inventories by status
curl https://petstore3.swagger.io/api/v3/store/inventory \
-H "api_key: $PETSTORE_API_KEY"{
"foo": 0
}Returns Examples
{
"foo": 0
}