Jump to Content
tommy-enterprise-worldHome
HomeGuidesRecipesAPI ReferenceChangelogDiscussions
v1.0

HomeLog Intommy-enterprise-world
API Reference
Log In
v1.0HomeGuidesRecipesAPI ReferenceChangelogDiscussions

Swagger Petstore - OpenAPI 3.0

  • pet
    • Update an existing petput
    • Add a new pet to the storepost
    • Finds Pets by statusget
    • Finds Pets by tagsget
    • Find pet by IDget
    • Updates a pet in the store with form datapost
    • Deletes a petdel
    • uploads an imagepost
  • store
    • Returns pet inventories by statusget
    • Place an order for a petpost
    • Find purchase order by IDget
    • Delete purchase order by IDdel
  • user
    • Create userpost
    • Creates list of users with given input arraypost
    • Logs user into the systemget
    • Logs out current logged in user sessionget
    • Get user by user nameget
    • Update userput
    • Delete userdel
Powered by 

Returns pet inventories by status

get https://example.com/api/v3/store/inventory

Returns a map of status codes to quantities

Language
Credentials
Header
Click Try It! to start a request and see the response here!