etuderussezo
  1. pet
etuderussezo
  • Start your Apidog journey
  • DOWNLOAD PDF EPUB Justice Society of America Vol. 1 The New Golden Age by Geoff Johns Mikel Janin Jordie Bellaire
  • PDF Clay Walls by Kim Ronyoung David S. Cho
  • Download Pdf The Forbidden Garden The Botanists of Besieged Leningrad and Their Impossible Choice by Simon Parkin
  • Well Always Have Summer by Jenny Han on Audiobook New
  • PDF EPUB Download Perry Rhodan Neo 359 Quantenwinter Staffel Imprint by Rüdiger Schäfer Full Book
  • Bíblia Aventura para crianças NVI capa leão by Thomas Nelson Brasil on Ipad
  • PDF EPUB Download The Cemetery Dogs by Alicia Schwartz Full Book
  • PDF EPUB Download A Guidebook of Systems Thinking Approach in Public Health by Nobuo Nishi Full Book
  • PDF DOWNLOAD Silvae Lateinisch - deutsch by Statius Gottfried Kreuz on Iphone
  • epub download The Winner Effect The Neuroscience of Success and Failure by Ian H. Robertson
  • Sacred Silly by John Emery on Audiobook New
  • Download PDF Alex Da Corte The Whale by Alex Da Corte Alison Hearst Andrea Karnes Hanif Abdurraqib
  • download pdf Ama Como si Nunca te Hubieran Herido Esperanza sanidad y el poder de un corazon sincero by Jentezen Franklin Cherise Franklin A. J. Gregory
  • download pdf I Am Giorgia My Roots My Principles by Giorgia Meloni Donald Trump Jr Sylvia Notini
  • Read Pdf The Self-Regulation Workbook for 3- to 5-Year-Olds Play-Based and Creative Activities to Build Coping Skills and Handle Big Emotions by Abbrï McClain Psy.D
  • PDF The Treasure Hunt True Stories of Treasures Lost Stolen and Found by Leisa Stewart-Sharpe Gordy Wright
  • Download Pdf Batwoman Elegy DC Compact Comics Edition by Greg Rucka J.H. Wiliams III
  • pdf download The Christmas Hackers by Jonathan Edward Harper
  • Download Pdf The Game Masters Book of Legendary Locations 150 mythic sites fables ruins cursed temples and forgotten lairs plus dozens of random tables BBEGs factions m
  • pdf download Umma A Korean Moms Kitchen Wisdom and 100 Family Recipes by Sarah Ahn Nam Soon Ahn Americas Test Kitchen
  • Online Read Ebook No Holes Barred A Dual Manifesto of Sexual Exploration and Power by Mandii B WeezyWTF Tempest X
  • PDF Download Forces of Nature by Edward Steed
  • Read online Mortarion The Pale King by David Annandale
  • Read Pdf Cognitive-Behavioral Therapy for Smoking Cessation A Practical Guidebook to the Most Effective Strategies by Kenneth A. Perkins
  • PDF DOWNLOAD Cursed Princess Club Volume Three A WEBTOON Unscrolled Graphic Novel by LambCat on Iphone
  • 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-08-29 23:54:15
Previous
Find pet by ID
Next
Finds Pets by tags
Built with