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

Find pet by ID

GET
/pet/{petId}
Returns a single pet

Request

Authorization
API Key
Add parameter in header
api_key
Example:
api_key: ********************
or
Path Params

Responses

🟢200OK
application/json
successful operation
Body

🟠400Bad Request
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/' \
--header 'api_key: <api-key>'
Response Response Example
200 - Example 1
{
    "id": 100,
    "category": {
        "id": 101,
        "name": "dog"
    },
    "name": "Luna",
    "photoUrls": [
        "https://loremflickr.com/400/400?lock=2557291284045546",
        "https://loremflickr.com/400/400?lock=1603075073377479"
    ],
    "tags": [
        {
            "id": 15,
            "name": "Dalmatian"
        }
    ],
    "status": "available"
}
Modified at 2025-09-05 23:39:30
Previous
PDF Dark Vows téléchargement
Next
Finds Pets by status
Built with