xuboqowaxuge
  1. pet
xuboqowaxuge
  • Start your Apidog journey
  • téléchargement epub Wealth DNA Code - 13 Ways To Manifest Wealth Effortlessly
  • TÉLÉCHARGEMENTS Loracle des rêves - 48 cartes
  • téléchargement epub Partir pour devenir quelquun
  • PDF Kanji Kana - Index alphabétique des 14 000 mots français simples ou composés expressions usuelles et noms propres japonais extraits du Kanji et Kana ma
  • téléchargement pdf Christmas Chronicles Enchanted Stories for the Holiday Season
  • Lire en ligne Le petit guide illustré de la communication pacifiante
  • PDF Trousse à décorer Indes merveilleuses téléchargement
  • Lecture en ligne Ebook Je nai rien fait de mal
  • TÉLÉCHARGER PDF EPUB Rozenn Intégrale
  • PDF Quelquun à qui parler téléchargement
  • Télécharger PDF Homo chaoticus - Révolution dans lévolution
  • TÉLÉCHARGEMENTS Unstoppable Confidence The Self-Love Blueprint to Break Free from Validation and Own Your Worth
  • PDF Bohemian Visual Culture in fin-de-siècle Norway - Scenes from Christian Krohgs Studio par
  • télécharger pdf Alain Delon un destin français
  • PDF Le manuel porphyre du préparateur en pharmacie téléchargement
  • Lire en ligne Etre vivant méditer créer
  • Pdf ePub The Enchanted Stag par Kathryn Ashby téléchargement ebook
  • Pdf ePub Lalimentation intuitive - Le grand livre par Alicia Sicardi Vincent Florent téléchargement ebook
  • Pdf ePub Lakestone - tome 1 par Sarah Rivens téléchargement ebook
  • Pdf ePub The Healer - The Blood of Legends 2 par Sevannah Storm téléchargement ebook
  • Télécharger Pdf Dancer and the Ice Bear - Furry United Coalition 9
  • téléchargement pdf Nos âmes tourmentées
  • PDF Kindle Bled Tout-en-un - Orthographe grammaire conjugaison vocabulaire par Edouard Bled Odette Bled Daniel Berlion
  • PDF Kindle Paris par Sophie Ribot Laura Barthoux
  • téléchargement epub La pension du bord de mer
  • Télécharger PDF First Day of Puppy School - The Everyday Adventures of Papa Paws 10
  • Lecture en ligne Ebook Boundaries with Grace The Subtle Art of Letting Toxic People Drift Away
  • Kindle Le couple dà côté téléchargement
  • PDF Les loups du millénaire Tome 1 téléchargement
  • téléchargement pdf Nach dem Kauf durch den entstellten CEO
  • 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 21:52:45
Previous
Find pet by ID
Next
Finds Pets by tags
Built with