My API
GET/store/inventory

Get pet inventory by status

Returns a map of pet statuses to their inventory quantities in the store. This endpoint provides a summary of how many pets are available, pending, or sold. 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