gybozojowhus
  1. pet
gybozojowhus
  • Start your Apidog journey
  • PDF The Return of the Witch Book 3 - The Curse of Crow Hollow The Blackened Hand Chronicles 3 téléchargement
  • Lire en ligne Red Sonja
  • TÉLÉCHARGER PDF EPUB Poulpy crochet - Coffret avec 1 crochet de 4mm 1 aiguille à laine 3 pelotes de fil chenille 6 yeux kawaii de 12 mm Ouate de rembourra
  • PDF Pine Lake Resort par Phoenix B Asher Emeraude Stephane Jean-Baptiste Fillon
  • PDF Beware of Gossip Fiction Protecting Yourself from the Poison of Idle Talk - Beware Series Fiction 3 par JOHN JAMES SEKOH
  • Télécharger Pdf La bible du Tage Mage
  • Télécharger PDF Histoire romaine - Tome 1 La destinée dAppien pendant le haut Moyen Age et la tradition indirecte La préface de lHistoire romaine et les
  • Lire en ligne LAMORE ALLE SPALLE
  • Pdf ePub Trois Yakuzas pour une Otaku T15 par Narumi Hasegaki téléchargement ebook
  • Lecture en ligne Ebook Lumière détoile - Loracle pour se reconnecter à son enfant intérieur
  • Lecture en ligne Ebook Wife Bought and Paid for
  • TÉLÉCHARGEMENTS Wolverine 2020 T03 - Le programme du Fauve
  • téléchargement epub Come smettere di ferire chi amiamo
  • Télécharger PDF Die Natur des Ehrgeizes Die unerzählten Geheimnisse von Ehrgeiz Macht und dem menschlichen Wunsch zu gewinnen
  • Télécharger PDF La clé dobsidienne Tome 1
  • Lecture en ligne Ebook La couleur de ses yeux
  • téléchargement epub The Last Alibi - 2024 1
  • PDF Logre le moine et la jeune fille téléchargement
  • PDF Kindle OVNI - Lextraordinaire découverte par Jean-Claude Bourret Jean-Pierre Petit
  • Kindle DAEU options A et B - Tout-en-un téléchargement
  • Pdf ePub Le Petit mari par Roukiata Ouedraogo téléchargement ebook
  • PDF Kindle CRPE - 200 questions sur lenseignement de lEPS à lécole primaire par Michèle Guilleminot
  • téléchargement pdf Wenn die Liebe endet Ein Leitfaden für würdige Heilung - Heilung und persönliches Wachstum 1
  • PDF A Guardian for Christmas par
  • TÉLÉCHARGEMENTS Linnea Learns About da Vinci
  • Kindle Kétamine - C13H16ClNO téléchargement
  • Pdf ePub Manuel très illustré dallaitement par Caroline Guillot téléchargement ebook
  • Télécharger PDF Les films de Danielle Darrieux
  • téléchargement pdf Dancing for Her Stalker - Burlesque in Bourbon Texas
  • TÉLÉCHARGEMENTS The Children of St. Judes
  • 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-24 22:34:05
Previous
Find pet by ID
Next
Finds Pets by tags
Built with