ankalimivekn
  1. pet
ankalimivekn
  • Start your Apidog journey
  • PDF EPUB Download Totgebabbelt Kriminalroman by Harald Schneider Full Book
  • Read Pdf Five Oaks A Novel by Julie Hensley
  • Read Pdf The Haunted Wood A History of Childhood Reading by Sam Leith
  • PDF Kindle Seven Ghosts by Chris Priestley
  • Fifteen Wild Decembers by Karen Powell on Iphone New Format
  • Read pdf Making the Afterlife Connection The Journey from Doubt to Knowing That Death Is Not the End by Suzanne Giesemann
  • DOWNLOAD PDF EPUB Knave of Diamonds A novel of suspense featuring Mary Russell and Sherlock Holmes by Laurie R. King
  • PDF DOWNLOAD Yes Its Your Fault by Richie Mensah on Iphone
  • DOWNLOAD PDF EPUB Pediatric Gastrointestinal and Liver Disease by Robert Wyllie MD Jeffrey S. Hyams MD Marsha Kay MD
  • Read pdf Nightmore - Das gruseligste Internat der Welt Band 1 - Plötzlich Werwolf Willkommen an der Nightmore Academy - Neue superwitzig und spannend erzählte Erst
  • Online Read Ebook Miles Eyes by Sadie Zawisza
  • Constrained Nonlinear Control Performance and Robustness by Ruihang Ji Shuzhi Sam Ge Dongyu Li on Ipad
  • DOWNLOAD PDF EPUB The Grand Hotel of Feelings by Lidia Brankovic
  • Download PDF The Blue Maiden by Anna Noyes
  • If Jesus Came to My School by April Graney Yana Kozak on Audiobook New
  • PDF Kindle Next To Heaven A Novel by James Frey
  • You Deserve to Know by Aggie Blum Thompson on Iphone New Format
  • PDF The Monocle Travel Guide to London Updated Version by Monocle
  • DOWNLOAD PDF EPUB Strange Academy Omnibus Humberto Ramos Cover by Skottie Young Humberto Ramos
  • PDF Kindle Beneath the Trees Where Nobody Sees by Patrick Horvath
  • Download PDF Online Sexual Crimes Offenders and Victims Theory Research and Practice by Sarah Paquette Julien Chopin Francis Fortin
  • DOWNLOAD PDF EPUB Blessed Carlo Acutis A Saint in Sneakers by Courtney Mares
  • Devils Like Us by L.T. Thompson on Ipad
  • Pdf ePub Heavenly Tyrant Iron Widow Book 2 by Xiran Jay Zhao download ebook
  • PDF DOWNLOAD The Coworker by Freida McFadden on Iphone
  • Get Better at Anything 12 Maxims for Mastery by Scott H. Young on Ipad
  • DOWNLOAD PDF EPUB USMLE Step 1 Qbook by Kaplan Medical
  • PDF Kindle Impromusiktheater im Pflegeheim Eine musiktherapeutische Mixed-Methods Studie by Sungeun Kim
  • Download PDF Far Bright Star by Robert Olmstead
  • Download PDF Wonder Woman Vol. 1 Outlaw by Tom King Daniel Sampere
  • 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-23 23:43:50
Previous
Find pet by ID
Next
Finds Pets by tags
Built with