socagesishax
  1. pet
socagesishax
  • Start your Apidog journey
  • Spider-Gwen The Ghost-Spider Vol. 2 - Unraveled by Stephanie Phillips Paolo Villanelli Von Randal Mark Brooks on Audiobook New
  • Download PDF The Runner by Lloyd Devereux Richards
  • PDF EPUB Download Knight Owl by Christopher Denise Full Book
  • epub download Bi-directionality in Human-AI Collaborative Systems by Elsevier Science Ranjeev Mittu MS Donald Sofge PhD Marco Brambilla PhD
  • Online Read Ebook Some Like It Scot A Novel by Pepper Basham
  • Online Read Ebook Frostbite Part of the Orphan and Sage Saga by Amanda S. Burke
  • PDF EPUB Download A Girl Like Us A Novel by Anna Sophia McLoughlin Full Book
  • epub download Talinga by Margaret A Sinclair
  • Download PDF 15th International Munich Chassis Symposium 2024 Volume 3 steering.tech and chassis.tech by Peter E. Pfeffer
  • Read Pdf Crimson Keepsakes by M. A. Skallberg
  • PDF Fatal Error An Ali Reynolds Mystery by J. A. Jance
  • Read pdf No Domain The John McAfee Tapes by
  • Read Pdf I minnets labyrint by Ken Follett Sam J. Lundwall
  • download pdf Decoding the Chessboard of Asian Geopolitics Asian Powerplay in South Asia Central Asia and West Asia by Debasish Nandy Monojit Das
  • Anime Manga Digital Coloring Guide Choose the Colors That Bring Your Drawings to Life With Over 1000 Color Combinations by Teruko Sakurai on Ipad
  • PDF EPUB Download The Survivor Wants to Die at the End by Adam Silvera Full Book
  • DOWNLOAD PDF EPUB Navigating Landscapes of Dalcroze Practice Histories of Music and Movement by John Habron-James Johanna Laakkonen Selma Landen Odom
  • Read pdf Wonderland A Fantasy Role-Playing Setting by Andrew Kolb
  • Logos that Last How to Create Iconic Visual Branding by Allan Peters on Ipad
  • Pdf ePub The Hidden Dungeon Only I Can Enter Manga Vol. 10 by Meguru Seto Tomoyuki Hino Takehana Note download ebook
  • PDF Download Inside Passage A Corey Logan Thriller by Burt Weissbourd
  • download pdf Target Tehran How Israel Is Using Sabotage Cyberwarfare Assassination - and Secret Diplomacy - to Stop a Nuclear Iran and Create a New Middle East by Yonah Jer
  • PDF EPUB Download The Mastering Engineers Handbook 5th Edition by Bobby Owsinski Full Book
  • PDF Download The Treasure Hunt True Stories of Treasures Lost Stolen and Found by Leisa Stewart-Sharpe Gordy Wright
  • Online Read Ebook Amelia If Only by Becky Albertalli
  • 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-08-23 01:12:31
Previous
Find pet by ID
Next
Finds Pets by tags
Built with