GET
/store/inventoryGet 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.
200Returns an object where each key is a pet status and each value is the count of pets with that status.
defaultUnexpected error