ydolytyckuss
  1. pet
ydolytyckuss
  • Start your Apidog journey
  • Read Pdf Till Summer Do Us Part by Meghan Quinn
  • PDF Kindle Another War Is Possible Militant Anarchist Experiences in the Antiglobalization Era by Tomas Rothaus CrimethInc.
  • PDF Kindle Sean Alemayehu Tewodros Giorgis Presents... Inscribed By 9Ruby Prince Intergalactic Ambassador Blessed Are Those O Children of Ancient Israel Abyssinia America
  • DOWNLOAD PDF EPUB The House of Two Sisters A Novel by Rachel Louise Driscoll
  • PDF Kindle A Swim in a Pond in the Rain In Which Four Russians Give a Master Class on Writing Reading and Life by George Saunders
  • download pdf Miles Eyes by Sadie Zawisza
  • Download Pdf Beautiful Solidarity Symbolic Impacts 2020 Racial Justice Uprisings by Eileen OBrien
  • PDF EPUB Download Arizona Love by Olivia Jarmusch Full Book
  • Online Read Ebook Grandmaster of Demonic Cultivation Mo Dao Zu Shi The Comic Manhua Vol. 9 by Mo Xiang Tong Xiu Luo Di Cheng Qiu
  • Pdf ePub Red River A Novel by Lalita Tademy download ebook
  • Online Read Ebook Jazz Age Illustration by Heather Campbell Coyle Colette Gaiter Victoria Rose Pass Chris Dingwall
  • Download Pdf Fast Furious The Official Cookbook Salud Mi Familia by Tres Dean Joshua Hake
  • PDF EPUB Download Battle of the Bookstores by Ali Brady Full Book
  • epub download A Birders Devotional Backyard Edition by Matthew D Bennett
  • Download PDF HBRs 10 Must Reads 2025 The Definitive Management Ideas of the Year from Harvard Business Review with bonus article by Harvard Business Review Ginni Rometty Rob
  • PDF EPUB Download Happy Place by Emily Henry Full Book
  • PDF DOWNLOAD Tödlicher Vierer Kriminalroman by Peter Gerdes on Iphone
  • DOWNLOAD PDF EPUB Upgrade A Novel by Blake Crouch
  • Read pdf The Cursed Special Edition by Harper L. Woods
  • epub download Draw Like a Mangaka The Complete Beginners Guide to Learning to Draw Manga by Marcel Kuhn
  • Dead Happy by Josh Silver on Audiobook New
  • La chica de nieve Snow Girl by Javier Castillo on Iphone New Format
  • The Disabled Tyrants Beloved Pet Fish Canji Baojun De Zhangxin Yu Chong Novel Vol. 4 Special Edition by Xue Shan Fei Hu Ryoplica Changle Kura on Ipad
  • Online Read Ebook Peter Lindbergh. On Fashion Photography - 40th Anniversary Edition by Peter Lindbergh
  • download pdf Vida y muerte del Cartel de Medellín Life and Death of the Medellin Cartel by CARLOS LEHDER
  • 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

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
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"
    }
]
Modified at 2025-08-26 01:17:15
Previous
Find pet by ID
Next
Finds Pets by tags
Built with