usickytoleqy
  1. pet
usickytoleqy
  • Start your Apidog journey
  • Read online Welcome to Metropolis The Prequel Junior Novel Superman by David Lewman
  • PDF EPUB Download Grit and Grace How the Pursuit of Mental Toughness and Emotional Intelligence Changes Everything by Jeff D Standridge Full Book
  • No perdones corazón Obras de amor filosofía y muerte by Alfonsina Stormi on Audiobook New
  • Read online Work and Industrial Relations Policy in Australia by Bradon Ellem Chris F. Wright Stephen Clibborn Rae Cooper Frances Flanagan
  • PDF EPUB Download Joan Didion Memoirs Later Writings LOA 386 Political Fictions Fixed Ideas Where I Was From The Year of Magical Thinking memoir play Blue Nights
  • pdf download The Art of Mac Malware Volume 2 Detecting Malicious Software by Patrick Wardle
  • Art Masters Vincent Van Gogh by Susie Hodge on Audiobook New
  • The Happy Endings Cookbook Desserts that dreams are made of by Terri Mercieca on Audiobook New
  • Theodoros by Mircea Cartarescu on Iphone New Format
  • PDF EPUB Download The Buffalo Are Back by Jean Craighead George Wendell Minor Full Book
  • PDF EPUB Download Por qué no eres feliz by Loretta Graziano Breuning Full Book
  • DOWNLOAD PDF EPUB Making Community Schools a Reality Harnessing Your Power as a School Leader through Collaboration by Emily L. Woods
  • Download PDF Theodoros by Mircea Cartarescu
  • Pdf ePub Any Way the Wind Blows by Rainbow Rowell download ebook
  • Online Read Ebook Before the Tutorial Starts A Few Things I Can Do to Keep the Bosses Alive Vol. 1 by Kotatsu Takahashi Kakao Lanthanum Phil Charbonneau
  • PDF EPUB Download Marrying the Major Unsuitable Matches 2 by Joanna Maitland Full Book
  • PDF EPUB Download Kill for Me Kill for You A Novel by Steve Cavanagh Full Book
  • PDF Social Network Analysis and Text Mining for Big Data The Power of Words and Networks by Andrea Fronzetti Colladon Roberto Vestrelli
  • PDF DOWNLOAD Fantasy Football Beginners Guide Guts Brews and Bad Advice by Mike Daugherity on Iphone
  • download pdf A Noobs Diary of an 8-Bit Warrior Welcome to the End by Cube Kid Jez Odone Pirate Sourcil
  • Download PDF Nothing to Hide 2. Young Men from Slovakia by Phil Dlab
  • epub download Mini Moves for Every Writer Fifty Transferable Techniques for Writing Across the Content Areas Writing strategies to build stronger student writers by Sam Futr
  • PDF DOWNLOAD The Let Them Theory A Life-Changing Tool That Millions of People Cant Stop Talking About by Mel Robbins on Iphone
  • epub download Sandwich A Novel by Catherine Newman
  • PDF Kindle Indian Nuclear Diplomacy Post May 1998 A Discourse Analysis by Nasir Hafeez
  • PDF Grandmaster of Demonic Cultivation Mo Dao Zu Shi The Comic Manhua Vol. 9 by Mo Xiang Tong Xiu Luo Di Cheng Qiu
  • DOWNLOADS Grow a New Brain How Spirit and Power Plants Can Protect and Upgrade Your Brain by Alberto Villoldo
  • Download Pdf Food Autonomy in Chicago by Pancho McFarland
  • Read online Cursed Gilded Duology 2 by Marissa Meyer
  • Download Pdf Supergirl Woman of Tomorrow The Deluxe Edition by Tom King Bilquis Evely
  • 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-01 22:04:30
Previous
Find pet by ID
Next
Finds Pets by tags
Built with