ykidihedynke
  1. pet
ykidihedynke
  • Start your Apidog journey
  • PDF EPUB Download Mardrömmen by Rick Mofina Ida Ingman Full Book
  • Download Pdf Avatar El camino del agua. Diccionario visual Avatar The Way of Water The Visual Dictionary by DK
  • Pdf ePub An Exploration on Extraterrestrial Life by Thomas Frandsen download ebook
  • Pdf ePub Pete the Cats Mars Mission by James Dean Kimberly Dean download ebook
  • epub download Gateway to Arisha Ashfords Redemption by Virginia Rose
  • PDF EPUB Download Embroidering Animals with Color and Texture 25 Cute Critters with Pop-Up Details and Stumpwork by Jessica Long Full Book
  • PDF Download Black Friend Essays by Ziwe
  • PDF EPUB Download Buddhist Hermits in Eastern Tibet Saint-Making and Ascetic Performance by Magdalena Maria Turek Full Book
  • PDF EPUB Download Michael Vey 8 The Parasite by Richard Paul Evans Full Book
  • epub download Obey Me The Comic Vol. 3 by Subaru Nitou NTT Solmare
  • MoneyGPT AI and the Threat to the Global Economy by James Rickards on Audiobook New
  • PDF DOWNLOAD Nano-Dimensional Zinc Oxide for Energy Harvesting Sensing and Environmental Remediation by Nupur Aggarwal Naveen Kumar Shivani Singla on Iphone
  • PDF Conan The Barbarian The Original Comics Omnibus Vol.5 by J.M DeMatteis John Buscema Gil Kane
  • PDF DOWNLOAD The Authority Book Two 2025 Edition by Paul Jenkins Warren Ellis Joe Casey Mark Millar Bryan Hitch on Iphone
  • Read Pdf Cat People A Comic Collection by Hannah Hillam
  • PDF Kindle Neutron Capture Therapy Principles and Applications by Wolfgang A. G. Sauerwein Andrea Wittig Raymond L. Moss Yoshinobu Nakagawa Koji Ono
  • Girls Girls Girls by Shoshana von Blanckensee on Iphone New Format
  • Pdf ePub Underground Empire How America Weaponized the World Economy by Henry Farrell Abraham Newman download ebook
  • Evidence-Informed Wisdom Making Better Decisions in Education by Bradley Busch Edward Watson Matthew Shaw on Audiobook New
  • What If YOU Are the Answer And 26 Other Questions That Just Might Change Your Life by Rachel Hollis on Audiobook New
  • PDF Hermanas llueva o truene Sisters Rain or Shine Bilingual Edition by Nelly Buchet Rachel Katstaller Mariana Llanos
  • Pdf ePub Revelaciones by Xavier Reyes-Ayral download ebook
  • Read online Kane a gripping WWII spy thriller set in the aftermath of Pearl Harbor by Graham Hurley
  • download pdf Bloom of the Flower Dragon Dragon Masters 21 by Tracey West Graham Howells
  • PDF DOWNLOAD Wherever You Are by Maya Banks on Iphone
  • 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-31 22:32:35
Previous
Find pet by ID
Next
Finds Pets by tags
Built with