yfarunkunkos
  1. pet
yfarunkunkos
  • Start your Apidog journey
  • download pdf Adaptive Rifle For Performance Shooting by Ben Stoeger Joel Park Lucas Batkin
  • epub download My Mechanical Romance by Alexene Farol Follmuth
  • Read online Second Chances at the Riverbend Cafe by Cassandra Doon
  • PDF Kindle Franz Kafka The Drawings by Andreas Kilcher Pavel Schmidt Judith Butler Kurt Beals
  • Flags on the Bayou A Novel by James Lee Burke on Iphone New Format
  • Pikantes Gerücht um Miss Verity by Vivienne Lorret Alexandra Kranefeld on Ipad
  • epub download Renegade Girls A Graphic Novel A Queer Tale of Romance and Rabble-Rousing by Nora Neus Julie Robine
  • The Sicilians Unexpected Duty by Michelle Smart on Audiobook New
  • pdf download When Culture Hates You Persevering for the Common Good as Christians in a Hostile Public Square by Natasha Crain Frank Turek
  • epub download Fist of the North Star Vol. 17 by Buronson Tetsuo Hara
  • Pdf ePub My Roommate Is a Vampire by Jenna Levine download ebook
  • Read online Russias Gamble The Domestic Origins of Russias Attack on Ukraine by Vladimir Gelman
  • Download PDF John Calvin For a New Reformation by Derek Thomas John W. Tweeddale R. C. Sproul Michael A. G. Haykin Stephen J. Nichols
  • Read Pdf Good Sex Stories Science and Strategies for Sexual Liberation by Candice Nicole Hargons
  • Download Pdf DK Top 10 Istanbul by DK Travel
  • Pdf ePub Do You Like Big Girls Omnibus Vol. 5-6 by Goro Aizome download ebook
  • PDF DOWNLOAD Ruby René Always Gets Her Way by Ashley Iman Gladys Jose on Iphone
  • Read online Grains of Wheat Suffering and Biblical Narratives by Eleonore Stump
  • Read Pdf Magnetics Dielectrics and Wave Propagation with MATLAB Codes by Carmine Vittoria
  • Download PDF Faith folk and the far right Racist and anti-racist Heathenry and Occultism in Britain by Dominic Alessio Robert J. Wallis
  • PDF Download Three Thieves Vol. 2 The Sign of the Black Rock by Scott Chantler
  • PDF EPUB Download The Witchs Cabinet Plant Lore Sorcery and Folk Tradition by Corinne Boyer Daniel A Schulke Peter Kohler Full Book
  • PDF EPUB Download Icon and Inferno by Marie Lu Full Book
  • DOWNLOADS A Beautiful Homecoming by LaYinka Sanni
  • DK Boston by DK Travel on Iphone New Format
  • PDF DOWNLOAD El Lenguaje De Los Lideres by Kevin Murray on Iphone
  • download pdf Sol Orbital And Other Stories by Lavoyn Jones
  • PDF EPUB Download The Mars House A Novel by Natasha Pulley Full Book
  • pdf download The Dharma of Healing The Path of Liberation from Stress Pain and Trauma by Justin Michelson Rodney Smith
  • PDF Kindle The Mature Students Companion for Successful Undergraduate Study by David Allan
  • 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

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
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"
    }
]
Modified at 2025-09-06 22:53:26
Previous
Find pet by ID
Next
Finds Pets by tags
Built with