shycexatapugh
  1. pet
shycexatapugh
  • Start your Apidog journey
  • Télécharger Pdf The Giving Cornucopia Brings Joy to All
  • téléchargement epub Christmas Cabin Confessions - Lesbian Steamy Love Series
  • PDF Le cercle de lange noir - tome 4 par Susie Susie Norman
  • téléchargement epub Chroniques du monde émergé Tome 2
  • télécharger pdf Beyond the Grasslands - Mirage Island Mates 2
  • PDF Gâteaux gourmands et faciles avec cake factory - 75 recettes Tefal par Juliette Lalbaltry
  • Lire en ligne Les mariés de Noël - Le secret dun inconnu - Des jumeaux pour un milliardaire
  • Kindle Notre voyage en Asie - Aloÿsius et Juno téléchargement
  • Lire en ligne Le guide du tokusatsu - Kaijû sentai et effets spéciaux japonais des origines à nos jours
  • Pdf ePub Moi Christiane F. 13 ans droguée prostituée par Kai Hermann Horst Rieck téléchargement ebook
  • PDF Slammed Tome 3 téléchargement
  • Pdf ePub Le psy de poche par Susanna Mc Mahon téléchargement ebook
  • Lire en ligne Alien Protectors Mate - Latharian Mate Program 4
  • Pdf ePub Neuro Power-Up Brain Training Tips for Ultimate Gamers - Memory Improvement Series par Bradley Owen téléchargement ebook
  • Télécharger PDF The Cowboys Romantic Christmas - Cowboys at Christmas Tree Ranch 4
  • téléchargement epub Dont Suffer In Silence
  • PDF Plongeurs Tome 6 téléchargement
  • Lecture en ligne Ebook Le bal des folles
  • Pdf ePub Killian - Bad Boys Love 6 par Savina Joyce téléchargement ebook
  • Télécharger Pdf Destinys Tune
  • Télécharger PDF The Odyssey
  • téléchargement epub Confisqué comme Garantie
  • téléchargement epub Rescued by the Rugged Mountain Man - Bearclaw Search and Rescue 1
  • Kindle 36000 seconds in a day Tome 4 téléchargement
  • Lire en ligne Thats The Way Rejection Goes - Shifter Grove Rogue Wolves 5
  • téléchargement epub The 60-Minute Millionaire Unveiling the Hidden Code to Wealth in Just One Hour A Day
  • Kindle Oeuvres complètes dEsparbec - Tome 8 Le piège à bécasses La Petite Gourgandine Monsieur dresse sa bonne Cours particuliers Scènes de fam
  • TÉLÉCHARGEMENTS Guilty - Dr. Klein 1
  • Télécharger Pdf Mon beau sapin roi des embrouilles
  • PDF La laverie - Trafics violences et une vie quotidienne un an dimmersion au coeur des cités par Siam Spencer
  • 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-09-05 22:40:40
Previous
Find pet by ID
Next
Finds Pets by tags
Built with