enkyduqiwyss
  1. pet
enkyduqiwyss
  • Start your Apidog journey
  • Download PDF The Batman Scooby-Doo Mysteries Vol. 6 by Ivan Cohen David Anton Gomis
  • DOWNLOADS Cooler Than Cool The Life and Work of Elmore Leonard by C. M. Kushins
  • Read pdf Final Lull of Sanity by Andrew Wahba
  • PDF DOWNLOAD Last House A Novel by Jessica Shattuck on Iphone
  • DOWNLOADS Orris and Timble The Beginning by Kate DiCamillo Carmen Mok
  • Download Pdf Entrances and Exits by Michael Richards Jerry Seinfeld
  • Download Pdf Spider-Gwen The Ghost-Spider Vol. 2 - Unraveled by Stephanie Phillips Paolo Villanelli Von Randal Mark Brooks
  • Read pdf Chess Club The Winning Move by Rebecca Donnelly Isabelle Duffy
  • PDF Kindle 1635 The Weavers Code by Eric Flint Jody Lynn Nye
  • Read online Transformative Constitutionalism and Kenya Law-making Political Process and the State 2010 - 2025 by Gautam Bhatia
  • Pdf ePub NASA at a Crossroads Maintaining Workforce Infrastructure and Technology Preeminence in the Coming Decades by National Academies of Sciences Engineering and Med
  • PDF EPUB Download Surrounded by Liars How to Stop Half-Truths Deception and Gaslighting from Ruining Your Life by Thomas Erikson Full Book
  • epub download Things Have Gotten Worse Since We Last Spoke And Other Misfortunes by Eric LaRocca
  • Download PDF Rosie The Steinway Grand Piano A musical journey through time by Simon Mills
  • download pdf The Nest by Cynthia DAprix Sweeney
  • PDF EPUB Download The Nicene Creed A Scriptural Historical and Theological Commentary by Jared Ortiz Daniel A. Keating Full Book
  • Download PDF Domini Sanguinis War in the Shadows by David M Chiprut
  • Read Pdf Wars in Wonderland by EJ Pepino
  • pdf download Drawing From Photos Problem Solving and Interpretation when Figure Drawing by Patrick J. Jones Steve Huston
  • download pdf Jugando fuerte The Rigth Move La Ciudad de los Vientos 2 by Liz Tomforde M Dolores Ábalos Vázquez
  • Read online Worlds End Harem Fantasia Vol. 13 by Link Savan
  • PDF Kindle John Winchesters Journal by Alex Irvine
  • Dear Baby Girl by Brian A Smallwood Torie Montrel on Audiobook New
  • PDF Download The First to Die at the End by Adam Silvera
  • Read Pdf The Wild Robot Movie Tie-In by Peter Brown
  • PDF EPUB Download Playtesting Best Practices Real World and Online by Chris Backe Full Book
  • PDF Kindle Cultivating Exceptional Cannabis An Expert Breeder Shares His Secrets by DJ Short
  • PDF DOWNLOAD Cut Them Down by T G Brown on Iphone
  • PDF Download The Story of ABBA Melancholy Undercover by Jan Gradvall
  • Marine Specialized Secondary Metabolites and their Diverse Applications by Thilina Jayawardena PhD Asanka Sanjeewa PhD on Audiobook New
  • 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-24 00:04:55
Previous
Find pet by ID
Next
Finds Pets by tags
Built with