ufyteqyfutyq
  1. pet
ufyteqyfutyq
  • Start your Apidog journey
  • Kindle Go Tlhagoga Lesha Mo Dikgolegelong - Phodiso le Khudugo ya Botshelo 3 téléchargement
  • téléchargement pdf Harmony in Your Headspace Transform Your Mental Space for Clarity Calm and Positivity
  • téléchargement pdf Le château des secrets Tome 3
  • téléchargement epub Sur les traces des dinosaures
  • Télécharger PDF Manuel dimprovisation théâtrale
  • Télécharger PDF Transcending Rebirth with Legendary Artifacts - Transcending Rebirth with Legendary Artifacts 7
  • Lecture en ligne Ebook Profession bonniche
  • PDF Paediatricians Unexpected Second Chance Nurses Twin Baby Surprise - Paediatricians Unexpected Second Chance Nurses Twin Baby Surprise téléchargement
  • Télécharger PDF Her Lover is Gone
  • Pdf ePub Sample rap français par Brice Miclet téléchargement ebook
  • PDF Kindle Frank Eine Verbotene Mafia-Romanze - Dunkles Syndikat par Rose K.N
  • Pdf ePub Le Trône de fer lIntégrale A game of Thrones Tome 3 par George R. R. Martin téléchargement ebook
  • PDF Just a little crush téléchargement
  • Télécharger Pdf Beaubadugly - Lautre histoire de la peinture
  • télécharger pdf Reckless Thoughts - Wells-Ackman 5
  • PDF Kindle Télé 7 Jours - De lORTF à la TNT - Une histoire de la télévision par Marc Dufaud Jérémy Parayre
  • téléchargement pdf De verrassing - Winterspetters 2
  • Kindle Géomancie téléchargement
  • Kindle Perfectly Wrong téléchargement
  • téléchargement pdf Sortir des situations répétitives - Techniques énergétiques pour se libérer des schémas récurrents et cré
  • téléchargement epub Sparks on ice
  • PDF Il y a une vie après la mort - Les révélations dune médium téléchargement
  • Pdf ePub Music Production Workflow Efficiency And Creativity par PRODUCERGENIE téléchargement ebook
  • TÉLÉCHARGEMENTS رواية زمن اللوبيا
  • TÉLÉCHARGER PDF EPUB Pairing Up - Moving In With a Giantess II - Moving In With a Giantess 2
  • télécharger pdf Lart denseigner au secondaire à laune de lAPC - Le viatique dun bon enseignant
  • Lecture en ligne Ebook The Allure of Beauty Unveiling Why We Find Things Captivating
  • TÉLÉCHARGEMENTS Mon compagnon spirituel - 52 cartes pour activer votre soleil intérieur
  • téléchargement epub Vença Seus Limites Como Sair da Zona de Conforto
  • téléchargement pdf The Last Raven
  • 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-24 23:46:30
Previous
Find pet by ID
Next
Finds Pets by tags
Built with