Swagger Petstore - OpenAPI 3.0
GET/store/inventory

List pet inventory by status

Lists the number of pets in the store for each status. Use the returned map to read the quantity associated with each status code.

2 status codes
200Returns an object mapping pet status codes to integer inventory quantities.
defaultReturned when an unexpected error occurs.