ythafashedys
  1. pet
ythafashedys
  • Start your Apidog journey
  • Pdf ePub The Belle and The Bird by Celaena Cuico download ebook
  • Download PDF The Starfire Prophecy by Chantelle N Kerr
  • PDF Kindle Believe Me Now A Novel by S. M. Govett
  • Read online Will and Krill by Stacey Byer
  • PDF EPUB Download Bug Hollow A Novel by Michelle Huneven Full Book
  • PDF Download What It Takes to Heal How Transforming Ourselves Can Change the World by Prentis Hemphill
  • download pdf The Rooster and the Sun by Sunshine Orange Studio
  • PDF EPUB Download Puppy School Pandemonium by Elizabeth Retter Izzy Bean Full Book
  • PDF Kindle The Dark Crystal Bestiary The Definitive Guide to the Creatures of Thra The Dark Crystal Age of Resistance The Dark Crystal Book Fantasy Art Book by Adam Cesare
  • PDF Download The Knights of Tayrealm Coloring Book by Alef Vernon
  • pdf download Reborn Rich Comic Vol. 3 by JP BG
  • Read pdf Zero at the Bone Fifty Entries Against Despair by Christian Wiman
  • Read online Final Fantasy VII Remake Traces of Two Pasts Novel by Kazushige Nojima
  • download pdf Thank God Im an Agnostic Trusting Your Hunch about God the Universe and All That by Art Lester
  • pdf download Comic Party Wonder Love Volume 3 by Deco Yamano
  • Daughter of Chaos - Die Lüge der Götter Roman - Fantasy meets Greek Retelling - düster episch und inspiriert von der griechischen Mythologie by A.S. Webb Cha
  • DOWNLOAD PDF EPUB Medicine Wheel for the Planet A Journey Toward Personal and Ecological Healing by Jennifer Grenz
  • PDF Kindle The Marriage Pact by Kathleen Fuller
  • download pdf Astrology Decoded The Secret Science of Indias Sages by Vish Chatterji MBA
  • Download PDF Treasure of Gor Gorean Saga 38 by John Norman
  • Pdf ePub The Outlaws Scarlett and Browne by Jonathan Stroud download ebook
  • PDF Download Clinical Atlas of Musculoskeletal Ultrasound in Rheumatology by Janeth Yinh Eugene Kissin Paul J DeMarco Minna J. Kohler
  • Home Is Where The Bodies Are Ein fesselnder Thriller der Millionen-Bestsellerautorin Jeneva Rose über Familiengeheimnisse Lügen und ein ungelöstes Verbrechen
  • download pdf Cannabis A Global History by Bradley J. Borougerdi
  • epub download The God You Need to Know Experience the Holy Spirits Power and Presence Today by Margaret Feinberg
  • Download Pdf Umma A Korean Moms Kitchen Wisdom and 100 Family Recipes by Sarah Ahn Nam Soon Ahn Americas Test Kitchen
  • DOWNLOAD PDF EPUB The Bodybuilders Meal Prep Cookbook 64 Make-Ahead Recipes and 8 Macro-Friendly Meal Plans by Erin Stern
  • DOWNLOAD PDF EPUB The Correspondent A Novel by Virginia Evans
  • Read Pdf La secuestrada de Poitiers Y el caso Redureau by André Gide
  • Pdf ePub An Ember in the Ashes Complete Series Paperback Box Set 4 books by Sabaa Tahir download ebook
  • 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 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"
    }
]

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
Modified at 2025-08-25 00:14:00
Previous
Find pet by ID
Next
Finds Pets by tags
Built with