oknaxepighej
  1. pet
oknaxepighej
  • Start your Apidog journey
  • téléchargement epub Anti-Ehe-CEO verliebt sich in mich
  • Pdf ePub Petit Futé San Francisco - Californie du Nord par Petit Futé téléchargement ebook
  • Lecture en ligne Ebook Wenn die Liebe endet Ein Leitfaden für würdige Heilung - Heilung und persönliches Wachstum 1
  • PDF Kindle Le Loup des steppes par Hermann Hesse
  • télécharger pdf Finding His Way - The Protetors 5
  • PDF Kindle Star Wars - Dark Droids par Charles Soule Ethan Sacks Alyssa Wong Greg Pak
  • PDF A Boy Called Pink par Arla Jones
  • PDF Prière de laisser votre écosystème moins absurde que vous lavez trouvé - Réflexions sur notre rapport au vivant et au social par Fabrice Cavarret
  • PDF Kindle People We Meet on Vacation par Emily Henry Sandra Poirier
  • Pdf ePub Mon premier bloc à colorier Marvel par Marvel téléchargement ebook
  • Pdf ePub Les bons baisers saveur sportive par Serge Morinbedou téléchargement ebook
  • PDF Gabby et la maison magique Lannée 2025 - Histoires activités infos téléchargement
  • Kindle Between Chapters téléchargement
  • PDF Kindle Snooks Feeney - Snooks Feeney 1 par Abbey Landry
  • PDF Kindle Alois Irlmaier - Biographie et Prophéties par Claude Delendil
  • Télécharger Pdf Guía Práctica para Generar Ingresos a través de Apuestas Deportivas
  • TÉLÉCHARGER PDF EPUB Les rebelles de sa majesté Tome 1
  • téléchargement epub Bienvenue en Daronnie
  • TÉLÉCHARGEMENTS Les fils Sinclair Tome 5
  • PDF Le pocket oracle des relations dâmes téléchargement
  • télécharger pdf Ancient Enemies A Novel of the Hegemony - Hegemony Trilogy 2
  • TÉLÉCHARGER PDF EPUB Shattered - Unfinished Business 4
  • Lire en ligne Sinitier à la médecine japonaise - 10 enseignements pour repérer rapidement les déséquilibres et y remédier en appliquant la
  • PDF Spider-Man par Jeph Loeb Tim Sale Steve Buccellato Sophie Watine-Vievard
  • téléchargement epub Lessons Companion Short - VarTerels Universe 5.1
  • Pdf ePub Comment peut-on être français par Chahdortt Djavann téléchargement ebook
  • PDF Une parenthèse en hiver Tome 4 téléchargement
  • télécharger pdf Yoga - La voie de la santé holistique
  • Lire en ligne Hearts Entwined
  • PDF The Subtle Art of Not Giving a Fuck - A Counterintuitive Approach to Living a Good Life par Mark Manson
  • 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-09-01 22:23:20
Previous
Find pet by ID
Next
Finds Pets by tags
Built with