eshicesanguth
  1. pet
eshicesanguth
  • Start your Apidog journey
  • Online Read Ebook The Afternoon of Christianity The Courage to Change by Tomás Halík Gerald Turner
  • PDF Kindle Richard Manuel His Life and Music from the Hawks and Bob Dylan to The Band by Stephen T. Lewis
  • DOWNLOAD PDF EPUB A Cultural History of Education in the Age of Empire by Heather Ellis
  • download pdf Kirby Manga Mania Vol. 7 by Hirokazu Hikawa
  • epub download Artificial Intelligence and Games by Georgios N. Yannakakis Julian Togelius
  • PDF Kindle Gods Path to Sanity Lessons from Ancient Holy Counselors on How to Have a Sound Mind by Dee Pennock
  • Pdf ePub If Wishes Were Horses... by Meryl M Williams download ebook
  • epub download Bradfords Noise Of The Valleys Volume 3.1 A History Of Bradford Music 1999-2003 by Gary Cavanagh Matt Webster
  • Read pdf She Loves to Cook and She Loves to Eat Vol. 5 by Sakaomi Yuzaki Caleb Cook
  • pdf download Get Better at Anything 12 Maxims for Mastery by Scott H. Young
  • PDF Kindle Cognitive Control of Action Selected Works of David A. Rosenbaum by David A. Rosenbaum
  • Download Pdf Charting Asian German Film History Imagination Collaboration and Diasporic Representation by Qinna Qinna Shen Zach Ramon Fitzpatrick Qingyang Freya Zhou Mita
  • The Highly Unqualified Hand-Guide To Keeping Plants Alive by John OCallaghan on Ipad
  • DOWNLOAD PDF EPUB Rettung für Tanja Dr. Norden Bestseller 579 - Arztroman by Patricia Vandenberg
  • Pdf ePub The Last Sweet Bite Stories and Recipes of Culinary Heritage Lost and Found by Michael Shaikh download ebook
  • PDF EPUB Download Albion A Novel by Anna Hope Full Book
  • epub download Murder at the Jack Off Club by Johnny Townsend
  • epub download Treating Adult Children of Emotionally Immature Parents A Clinicians Guide by Lindsay C. Gibson PsyD
  • Pathfinder Adventure Path Spoken on the Song Wind Strength of Thousands 2 of 6 P2 by Quinn Murphy on Audiobook New
  • A Cultural History of Education in the Age of Empire by Heather Ellis on Ipad
  • PDF Kindle The Cowboy Takes a Nanny by Kaz Delaney
  • The Reincarnation of the Strongest Exorcist in Another World Volume 4 by Kiichi Kosuzu Yuunagi Jarod Blackburn on Audiobook New
  • pdf download Total Productive Maintenance Strategies and Implementation Guide by Tina Agustiady Elizabeth A. Cudney
  • DOWNLOAD PDF EPUB Fifth Grade Math with Confidence Student Workbook B by Kate Snow
  • PDF EPUB Download Haunting Adeline Nunca te dejaré edición en español by H. D. Carlton Full Book
  • DOWNLOADS Operation Unleashed A Romantic Thriller by Justine Davis
  • Download PDF The Magic Hours The Films and Hidden Life of Terrence Malick by John Bleasdale
  • download pdf Dungeons Dragons Monster Manual 2024 by Wizards of the Coast
  • Download PDF Leading in the Trenches A Strategic Guide to Becoming the Leader You Want to Be and Your Team Needs by David Graddy
  • Download Pdf Mania A Novel by Lionel Shriver
  • 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-07 21:23:30
Previous
Find pet by ID
Next
Finds Pets by tags
Built with