Swagger Petstore - OpenAPI 3.0
GET/store/inventory

Get pet inventory by status

Returns a map of pet statuses to their inventory counts. This endpoint provides a summary of how many pets are available, pending, or sold in the store. No parameters are required.

2 status codes
200Returns an object where each key is a pet status and each value is the count of pets with that status.
defaultUnexpected error