ufehemuxykat
  1. pet
ufehemuxykat
  • Start your Apidog journey
  • Read online The Toll by Neal Shusterman
  • PDF EPUB Download In Deeper Waters by F.T. Lukens Full Book
  • epub download When We Lied by Claire Contreras
  • Why Raeliana Ended Up at the Dukes Mansion Vol. 6 by Whale David Odell on Iphone New Format
  • Download Pdf Ghoulslayer by Darius Hinks
  • DOWNLOADS Dazzler World Tour by Jason Loo Rafael Loureiro Marvel Various Terry Dodson
  • download pdf The Solitary Witch Oracle Lore Wisdom and Light for your Magickal Path by Lucy Cavendish Lady Viktoria
  • Pdf ePub Theodoros by Mircea Cartarescu download ebook
  • Ground Forces in the Korean War 1950-53 1 The North Korean Peoples Army and the Chinese Peoples Volunteer Army by Benjamin Lai Zhao Guoxing Johnny Shumate on Ipad
  • Download Pdf Constrained Expertise in India and China Knowledge and Power in Policymaking by Manjari Mahajan Mark Frazier
  • PDF Download Staying Married is the Hardest Part A Memoir of Passion Secrets and Sacrifice by Bonnie Comfort
  • Pdf ePub Messenger for the Dead by Matthew Fults download ebook
  • PDF Download Izzy Harvey Rise of the Falcons by James Hewlett
  • PDF Kindle The Year of the Tiger The Major Run That Made Tiger Woods by Brody Miller
  • PDF Una época de cambios los Derechos Civiles by Alicia Klepeis Laura Tolton Isabel C. Mendoza
  • PDF Download Heaven Officials Blessing Tian Guan Ci Fu Novel Vol. 3 by Mo Xiang Tong Xiu ZeldaCW Arisk_k Za Nian huaepiphany
  • DOWNLOAD PDF EPUB God of War Special Edition Print by Rina Kent
  • PDF EPUB Download The Bright Highway by Nick Crawford Full Book
  • download pdf The Lords of Easy Money How the Federal Reserve Broke the American Economy by Christopher Leonard
  • pdf download No More Yesterdays by Catherine Bybee
  • PDF Kindle The Perfection Trap Embracing the Power of Good Enough by Thomas Curran
  • Download PDF On Breathing Care in a Time of Catastrophe by Jamieson Webster
  • epub download Remote Sensing for Geoscientists Image Analysis and Integration by Gary L. Prost
  • epub download Photocatalytic Perovskite Materials Green Sustainable Process for Chemical and Environmental Engineering and Science GSPCEES by Tariq Altalhi Inamuddin
  • The Red Wind Howls A Novel by Tsering Dondrup Christopher Peacock on Iphone New Format
  • PDF EPUB Download Handbook on Digital Twin and Artificial Intelligence Techniques for Rail Applications by Maksym Spiryagin Stefano Bruni Colin Cole Full Book
  • PDF Kindle Normal People A Novel by Sally Rooney
  • PDF EPUB Download Julia Collection Band 212 Der Pakt der Milliardäre by Sheri WhiteFeather Brigitte Marliani-Hörnlein Full Book
  • PDF Kindle Information Systems for Intelligent Systems Proceedings of ISBM 2024 Volume 4 by Andres Iglesias Jungpil Shin Bharat Patel Amit Joshi
  • PDF Kindle Al Quran A study of the Living Word by Saeed A Malik
  • 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-27 00:10:35
Previous
Find pet by ID
Next
Finds Pets by tags
Built with