eckowiqucuss
  1. pet
eckowiqucuss
  • Start your Apidog journey
  • Pdf ePub 1001 Ways to Pay for College Strategies to Maximize Financial Aid Scholarships and Grants by Gen Tanabe Kelly Tanabe download ebook
  • DOWNLOAD PDF EPUB Corte y confección The Tailoring Book Prendas de vestir a medida by Alison Smith
  • Online Read Ebook 108 An Eco-Thriller by Dheepa R Maturi
  • Point of Contact by Melanie Hansen on Ipad
  • Pdf ePub The Night Is Defying A Nytefall Novel by Chloe C. Peñaranda download ebook
  • PDF Download Directional and Multivariate Statistics A Volume in Honour of Ashis SenGupta by Somesh Kumar Barry C. Arnold Kunio Shimizu Arnab Kumar Laha
  • Read Pdf 15th International Munich Chassis Symposium 2024 Volume 2 tire.tech and break.tech by Peter E. Pfeffer
  • El cazador The Predator Dark Verse 1 by Runyx on Audiobook New
  • Rockhounding Washington by Lars W. Johnson on Ipad
  • Read pdf The Wild Imaginings of Telma Book 1 by Denise White
  • PDF Download The Dreadful History and Judgement of God on Thomas Müntzer The Life and Times of an Early German Revolutionary by Andrew Drummond
  • Read pdf Speaking in the Truth in Love A Mothers Guide to Keeping Her Sons Safe by Kelli Palfy
  • PDF DOWNLOAD Hunter x Hunter Vol. 37 by Yoshihiro Togashi on Iphone
  • Read pdf Crisis Cycle Challenges Evolution and Future of the Euro by John H. Cochrane Luis Garicano Klaus Masuch
  • PDF Kindle The Sitecore Architects Blueprint Building Enterprise-Ready DX Platforms by Radhakrishnan Arikrishna Perumal
  • PDF Download National Geographic Kids Sharks Im Ready to Read Sound Book by PI Kids Brie McClellan
  • PDF Writing Forward Translation Performance Creativity by Susan Bassnett Piotr Blumczynski
  • DOWNLOADS Starless Night Legacy of the Drow 2 Legend of Drizzt 8 by R. A. Salvatore
  • DOWNLOAD PDF EPUB The Secret of Secrets by Dan Brown
  • Read pdf Tales of the Zodiac A Poetic Journey Through the Cosmos by Malika Semper
  • PDF EPUB Download How to Draw Super Cute Things with Bobbie Goods Learn to draw color absolutely adorable art by Bobbie Goods Full Book
  • Read Pdf Sobre Shakespeare Serie Great Ideas by Samuel Johnson Juan Antonio Montiel Rodríguez JUAN ANTONIO MONTIEL RODRIGUEZ
  • Download Pdf Gohan Everyday Japanese Cooking Memories and Stories from My Familys Kitchen by Emiko Davies
  • Read Pdf Clichï½ Your Way Through Life - REMIX by Ciara Ward
  • PDF DOWNLOAD Pathfinder Kingmaker Adventure Path P2 by James Jacobs Rob McCreary Tim Hitchcock Ron Lundeen Steven T. Helt on Iphone
  • pdf download The Worlds Most Boring Chess Book The Isolated d-Pawn in the Endgame by Ian Rogers Laszlo Hazai Boris Gelfand
  • DOWNLOAD PDF EPUB The Vanishing A Holocaust Revenge Story by David Michael Slater
  • 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-09-05 22:24:00
Previous
Find pet by ID
Next
Finds Pets by tags
Built with