fykymuritivu
  1. pet
fykymuritivu
  • Start your Apidog journey
  • Download Pdf Mardrömmen by Rick Mofina Ida Ingman
  • Download Pdf Aprende a leer con Las Fantasticotas 12. Adela y el lío en el río En letra MAYÚSCULA para aprender a leer Libros para niños a partir de 5
  • PDF EPUB Download Frozen 2 Dangerous Secrets The Story of Iduna and Agnarr by Mari Mancusi Grace Lee Full Book
  • PDF Social Computing and Social Media 17th International Conference SCSM 2025 Held as Part of the 27th HCI International Conference HCII 2025 Gothenburg Sweden June 22-
  • Download PDF The Codebreakers Daughter by Amy Lynn Green
  • Music Research and Activism Prospects and Projects in Northern Europe by Kim Ramstedt Susanna Välimäki Sini Mononen Kaj Ahlsved on Iphone New Format
  • Ryan McGinley Yearbook by Ryan McGinley on Iphone New Format
  • pdf download Violeta by Isabel Allende Frances Riddle
  • PDF My Trancestors Lived Here Re-Membering Trans Art Education and Activism by Ac Panella
  • Online Read Ebook Pop-Up Peekaboo Bunny A surprise under every flap by DK
  • PDF Unremitting The Marine by Gregg Zoroya
  • DOWNLOADS The Art of Immersive Storytelling Strategies From the Gaming World by Margaret Kerrison
  • epub download My Mexican Mesa Y Listo Beautiful Flavors Family Style A Cookbook by Jenny Martinez
  • PDF EPUB Download The Silent Film Universe by Ben Model Full Book
  • Download PDF Holmes of Kyoto Volume 17 by Mai Mochizuki Minna Lin
  • PDF Download Joan of Arcs Army French armies under Charles VII 1415-53 by Philippe Gaillard Florent Vincent
  • PDF EPUB Download My Family and I A Mississippi Memoir by Adam Gussow Full Book
  • pdf download Orbital by Samantha Harvey
  • The Untold Story of Milk Revised and Updated The History Politics and Science of Natures Perfect Food Raw Milk from Pasture-Fed Cows by Ron Schmid on Ipad
  • PDF DOWNLOAD Approaches to Teaching the Works of Fernando Pessoa by Paulo de Medeiros Jerónimo Pizarro on Iphone
  • PDF DOWNLOAD Advanced Image Fusion Techniques for Medical Imaging Trends Applications and Future Directions by Palani Thanaraj Krishnan Vijayarajan Rajangam on Iphone
  • Read pdf Communication Activities with Adults 100 Ideas for Word Games and Group Tasks by Jayne Comins Phil Goddard Felicity Llewellyn Judy Offiler
  • PDF DOWNLOAD Antimatter Blues A Mickey7 Novel by Edward Ashton on Iphone
  • The Death Mask by Iris Johansen on Iphone New Format
  • Read pdf How to Run A DIY Guide for Romantics by Scott F Parker
  • PDF Elijah Fire from Heaven by Anthony J Barbera
  • Download Pdf Miles Davis and the Search for the Sound by Dave Chisholm Rantz Hoseley
  • DOWNLOAD PDF EPUB Curiosity Club Dinosaurs with Over 250 Facts About the Prehistoric World by IglooBooks Nicholas Oliver Isabella Grott
  • PDF Download The Princeton Field Guide to Predatory Dinosaurs by Gregory S. Paul
  • Online Read Ebook The Story Collector by Evie Woods
  • 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-02 00:44:15
Previous
Find pet by ID
Next
Finds Pets by tags
Built with