yxytunuxucki
  1. store
yxytunuxucki
  • Start your Apidog journey
  • Online Read Ebook Soul Tending Leadership for Strategic Human Flourishing by Virgil Tanner
  • Read Pdf Loving Spirits at the Vintage Teashop A heart-warming cosy romantic novel with a magical twist by Sharon Booth by Sharon Booth
  • Read pdf The World Under Capitalism Observations on Economics Politics History and Culture by Branko Milanovic
  • PDF Download Soziale Digitalisierung Perspektiven zu den Schnittstellen von Technik und Gesellschaft by Michael Opielka Christian Erfurth
  • PDF Divine Rivals A Novel by Rebecca Ross
  • download pdf We Programmers A Chronicle of Coders from Ada to AI by Robert Martin
  • download pdf Dessert Course Lessons in the Whys and Hows of Baking by Benjamin Delwiche
  • Read Pdf Kids Backyard Safari Red Foxes Explore Their World and Learn Fun Facts by Nicole Orr
  • Leonard Cohen A Novel by Jeffrey Lewis on Audiobook New
  • Chronicles of an Aristocrat Reborn in Another World Manga Vol. 8 by Yashu Nini Mo on Iphone New Format
  • Tales of the Zodiac A Poetic Journey Through the Cosmos by Malika Semper on Ipad
  • Simone LaFray and the Bishop of Mumbai by S P OFarrell on Ipad
  • PDF Download El enigma de la habitación 622 The Enigma in Room 622 by Joel Dicker
  • PDF EPUB Download The Hidden World of the Legal Aid Lawyer Upholding the Heart of Justice by Emma Cooke Full Book
  • Read pdf Loteria by Mario Alberto Zambrano
  • Download Pdf The Miracle Life of Edgar Mint A Novel by Brady Udall
  • Just Last Night A Novel by Mhairi McFarlane on Iphone New Format
  • Read pdf Visionaries Rebels and Machines The story of humanitys extraordinary journey from electrification to cloudification by Jamie Dobson
  • Online Read Ebook Heaven A Novel by Mieko Kawakami Sam Bett David Boyd
  • pdf download Como arruinar um casamento - Um livro sobre recomeços e amizades improváveis vencedor do prêmio Goodreads by Alison Espach Laura Folgueira
  • Download PDF Job Hunting for the 21st Century A Comprehensive Guide for the Modern PhD by Tina Persson
  • PDF EPUB Download Cambridge International AS and A Level Chemistry Revision Guide by Judith Potter Peter Cann Full Book
  • PDF EPUB Download The Rebel Diet Feed Your Appetite and Lose Weight with 100 Defiantly Delicious Recipes by Benji Xavier Full Book
  • PDF EPUB Download Chainsaw Man Vol. 14 by Tatsuki Fujimoto Full Book
  • PDF Download Haibaras Teenage New Game Volume 8 by Kazuki Amamiya Gin Esther Sun
  • pet
    • Find pet by ID
    • Finds Pets by status
    • Finds Pets by tags
    • uploads an image
    • Add a new pet to the store
    • Update an existing pet
    • Updates a pet in the store with form data
    • Deletes a pet
  • store
    • Returns pet inventories by status
      GET
    • Place an order for a pet
      POST
    • Find purchase order by ID
      GET
    • Delete purchase order by ID
      DELETE
  • user
    • Creates list of users with given input array
    • Get user by user name
    • Update user
    • Delete user
    • Logs user into the system
    • Logs out current logged in user session
    • Creates list of users with given input array
    • Create user
  1. store

Returns pet inventories by status

GET
/store/inventory
Returns a map of status codes to quantities
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/inventory' \
--header 'api_key;'
Response Response Example
{
    "property1": 0,
    "property2": 0
}

Request

Authorization
API Key
Add parameter in header
api_key
Example:
api_key: ********************
or

Responses

🟢200OK
application/json
successful operation
Body

Modified at 2025-09-05 01:44:40
Previous
Deletes a pet
Next
Place an order for a pet
Built with