ydegodoxyduz
  1. pet
ydegodoxyduz
  • Start your Apidog journey
  • Télécharger Pdf Navigating Change Strategies for Parents and Investors in 2025
  • Télécharger PDF À la surface
  • Télécharger Pdf Building Deep Connections Strategies for Cultivating Meaningful Relationships in a Digital Age
  • Kindle Le camping de la mort téléchargement
  • TÉLÉCHARGEMENTS Sexus Animalus - Tous les goûts sont dans la nature
  • Pdf ePub Gurra Grís Ég get orðið hvað sem ég vil og aðrar sögur par Neville Astley Mark Baker Vaka Vigfúsdóttir Erla Si
  • Pdf ePub Hearts Entwined par Marjo Alkula téléchargement ebook
  • Kindle 19 jours pour vivre téléchargement
  • Lire en ligne Initiation à la recherche
  • Lire en ligne Campus drivers Tome 2
  • PDF My Neighbors Hotwife téléchargement
  • téléchargement epub A Cowboys Mistletoe Promise
  • Lire en ligne La reine des Ombres
  • TÉLÉCHARGEMENTS Unfinished Business
  • PDF Our galaxy par Sue Lowell Gallion Lisk Feng
  • télécharger pdf Naturellement bien dans mes baskets
  • PDF Le porteur de mort Tome 4 par Angel Arekin
  • PDF Punk ouvrier téléchargement
  • Pdf ePub Papas Weihnachtsüberraschung Eine Urlaubsromanze mit Altersunterschied par L.M. Mountford téléchargement ebook
  • Lecture en ligne Ebook Oeuvres complètes dEsparbec - Tome 8 Le piège à bécasses La Petite Gourgandine Monsieur dresse sa bonne Cours particuliers S
  • Télécharger Pdf Decorating the Christmas Tree with the Elves
  • Lecture en ligne Ebook Rencontre avec le passé - Bien plus quun projet
  • PDF Kindle Signs that You Have Met Your Soulmate - Find Love or Die Trying 6 par Christopher Conway
  • téléchargement epub Les Cinq Meutes Tome 4
  • PDF Mindset And Limiting Beliefs How to Achieve Your Goals by Changing Your Negative Beliefs par Carmen Mezinca
  • 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 Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/pet/' \
--header '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"
}

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
Modified at 2025-08-24 23:25:10
Previous
PDF Mindset And Limiting Beliefs How to Achieve Your Goals by Changing Your Negative Beliefs par Carmen Mezinca
Next
Finds Pets by status
Built with