owhojivuwhish
  1. pet
owhojivuwhish
  • Start your Apidog journey
  • Romper el hielo Icebreaker by Hannah Grace on Ipad
  • PDF EPUB Download The Indian Rope Trick And Other Violent Entertainments by Tom Mead Martin Edwards Full Book
  • Read online Give it a Grow Simple Projects to Nurture Food Flowers and Wildlife in any Outdoor Space by Martha Swales
  • PDF EPUB Download CDC Yellow Book 2026 Health Information for International Travel by Eric Halsey Full Book
  • DOWNLOADS The Wild Imaginings of Telma Book 1 by Denise White
  • PDF Download The Come as You Are Workbook A Practical Guide to the Science of Sex by Emily Nagoski Ph.D.
  • download pdf Atlas of Untold Stories by Sara Brunsvold
  • The Fixer Moguls Mobsters Movie Stars and Marilyn by Josh Young Manfred Westphal on Ipad
  • pdf download Human Aspects of IT for the Aged Population 11th International Conference ITAP 2025 Held as Part of the 27th HCI International Conference HCII 2025 Gothenburg
  • Download PDF Human-Centered Design Operation and Evaluation of Mobile Communications 6th International Conference MOBILE 2025 Held as Part of the 27th HCI International C
  • PDF Kindle The Sisters A Novel by Jonas Hassen Khemiri
  • Pdf ePub The Blue House by Sky Gilbert download ebook
  • PDF Kindle Context Collapse A Poem Containing a History of Poetry by Ryan Ruby
  • PDF Download The Germans in India Elite European migrants in the British Empire by Panikos Panayi
  • download pdf Entrepreneurial Marketing Beyond Professionalism to Creativity Leadership and Sustainability by Philip Kotler Hermawan Kartajaya Hooi Den Huan Jacky Mussry
  • Pdf ePub How Economics Works by DK download ebook
  • The Next Mrs. Parrish A Novel by Liv Constantine on Audiobook New
  • Download Pdf Esotericism in Western Culture Counter-Normativity and Rejected Knowledge by Wouter J. Hanegraaff
  • PDF DOWNLOAD Mi nombre es Emilia del Valle My Name Is Emilia del Valle by Isabel Allende on Iphone
  • PDF DOWNLOAD DARK MOON THE BLOOD ALTAR Vol. 5 comic by HYBE ENHYPEN on Iphone
  • House of Crimson Hearts A Steamy Vampire Fantasy Romance by Ruby Roe on Iphone New Format
  • Ripe A Novel by Sarah Rose Etter on Iphone New Format
  • PDF Kindle The Train from Platform 2 by Stephanie Steel
  • PDF Kindle The Second Chance Convenience Store A Novel by Kim Ho-Yeon Janet Hong
  • PDF Herausforderungen und Erfolgsfaktoren deutscher Inhouse Consulting-Einheiten Eine empirische Studie by Lars Winkler Mirko Bendig Michael Broens
  • pdf download Human-Centered Design Operation and Evaluation of Mobile Communications 6th International Conference MOBILE 2025 Held as Part of the 27th HCI International Co
  • Read pdf Hands-On Large Language Models Language Understanding and Generation by Jay Alammar Maarten Grootendorst
  • Just Bromantically Invested by Saxon James on Ipad
  • PDF The Living Laboratory for Precision Medicine Solutions for Clinical Implementation by Dame Anna Dominiczak Sandosh Padmanabhan Carol Clugston
  • PDF The Cannabis Genome A New Era in Genetics Genomics and Breeding by Angel Fernandez i Marti Jaime Prohens
  • pet
    • Find pet by ID
      GET
    • Finds Pets by status
      GET
    • Finds Pets by tags
      GET
    • uploads an image
      POST
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Updates a pet in the store with form data
      POST
    • Deletes a pet
      DELETE
  • store
    • Returns pet inventories by status
    • Place an order for a pet
    • Find purchase order by ID
    • Delete purchase order by ID
  • 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. pet

Finds Pets by status

GET
/pet/findByStatus
Multiple status values can be provided with comma separated strings
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/findByStatus?status'
Response Response Example
200 - Example 1
[
    {
        "id": 72988218,
        "category": {
            "id": 49264852,
            "name": "Holly Smitham"
        },
        "name": "doggie",
        "photoUrls": [
            "https://loremflickr.com/400/400?lock=8089233623717920",
            "https://loremflickr.com/400/400?lock=5410339392613092",
            "https://loremflickr.com/400/400?lock=7220008450180245"
        ],
        "tags": [
            {
                "id": -97298132,
                "name": "Minnie Morissette"
            },
            {
                "id": -12693806,
                "name": "Ross Ryan"
            }
        ],
        "status": "pending"
    }
]

Request

Authorization
OAuth 2.0
Implicit
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Authorize URL: https://petstore.swagger.io/oauth/authorize
Scopes:
read:pets-read your pets
write:pets-modify pets in your account
or
Query Params

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
Modified at 2025-09-05 22:57:10
Previous
Find pet by ID
Next
Finds Pets by tags
Built with