ghangymissoth
  1. pet
ghangymissoth
  • Start your Apidog journey
  • télécharger pdf La différence invisible
  • Télécharger PDF La Bourse pour les nuls
  • TÉLÉCHARGEMENTS Les califes maudits Tome 2
  • TÉLÉCHARGEMENTS Sent By No One At All
  • Lire en ligne Schulfantasie - Sechs Nächte der Sünde Serie 3
  • PDF Kindle 動畫的人生智慧從經典故事中學習成長 par
  • Pdf ePub Les fondus de moto Tome 13 par Bloz Hervé Richez Christophe Cazenove Pierre Schelle téléchargement ebook
  • PDF Kindle Celestial Bond An Alien Romance par
  • Kindle Borderline Tome 1 téléchargement
  • Kindle Percy Jackson et les Olympiens Tome 1 téléchargement
  • Télécharger Pdf Côte dIvoire - Ma CAN 2023 comme si vous y étiez
  • Télécharger Pdf Lettre dune inconnue
  • Pdf ePub Beyond the Coast - The Coastal Chronicles 1 par téléchargement ebook
  • Pdf ePub Cassidys War - Tales of Xeyeria 1 par Raven Leithe Harlow téléchargement ebook
  • téléchargement epub Chaïm Soutine
  • Télécharger PDF The Madame Chalamet Collection
  • Télécharger Pdf Cherche et trouve Cest Noël
  • PDF Je vais bien par Régis Franc
  • PDF La Última Campanada De Nochebuena par Amaya Evans
  • Télécharger Pdf Lart de la victoire - Autobiographie du fondateur de Nike
  • PDF Paris promenade dessinée téléchargement
  • Télécharger PDF Linfiltrée
  • PDF Disney Stitch - Coloriage avec plus de 100 stickers téléchargement
  • Pdf ePub Campus drivers Tome 2 par C.S. Quill téléchargement ebook
  • PDF Dark Vows téléchargement
  • 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-05 23:39:30
Previous
Find pet by ID
Next
Finds Pets by tags
Built with