assyckorigot
  1. pet
assyckorigot
  • Start your Apidog journey
  • Read online Plant High-Throughput Phenotyping and Functional Phenomics by Jen-Tsung Chen
  • Augmented Cognition 19th International Conference AC 2025 Held as Part of the 27th HCI International Conference HCII 2025 Gothenburg Sweden June 22-27 2025 Proceedings
  • Download Pdf The Sea Travelers Companion by Mark Robert Mazziotti
  • PDF Kindle SIFT-MS From Method Concept to Routine Analysis by Vaughan S Langford Mark J Perkins Patrik Spanel
  • Read pdf A Companion to the Book of Enoch A Readers Commentary Volume 1 The Book of the Watchers 1 Enoch 1-36 by Dr. Michael S. Heiser
  • Download Pdf Fifth Avenue Architecture and Society A History of Americas Street of Dreams Architecture and Society A History of Americas Street of Dreams by Mosette Broderick
  • Read Pdf Murdle Volume 1 100 Elementary to Impossible Mysteries to Solve Using Logic Skill and the Power of Deduction by G. T. Karber
  • The Fifth Domain Defending Our Country Our Companies and Ourselves in the Age of Cyber Threats by Richard A. Clarke Robert K. Knake on Audiobook New
  • DOWNLOAD PDF EPUB MARVEL MASTERWORKS THE INVINCIBLE IRON MAN VOL. 18 by Dennis ONeil Marvel Various Luke McDonnell
  • The Woodpecker Method by Axel Smith Hans Tikkanen on Ipad
  • Download Pdf En el bosque by Gabriele Clima
  • PDF DOWNLOAD The Complete Summer I Turned Pretty Trilogy The Summer I Turned Pretty Its Not Summer Without You Well Always Have Summer by Jenny Han on Iphone
  • Pdf ePub Wraith and the Revolution by A J Calvin download ebook
  • PDF Cryptic From Voynich to the Angel Diaries the Story of the Worlds Mysterious Manuscripts by Garry J. Shaw
  • Read online Woodwalkers - Die Rückkehr Staffel 2 Band 6. Zeit der Entscheidung Staffelfinale der Bestseller-Reihe über Gestaltwandler voller Action und Abenteuer ab
  • DOWNLOADS A Taste For Lies by LC Whitehouse
  • Read Pdf Who Am I Psychological Exercises to Develop Self-understanding by The School of Life Alain de Botton
  • epub download The True Love Experiment by Christina Lauren
  • Download PDF A Broken Window by Anne Leigh Parrish
  • Bake With Brooki by Brooke Bellamy on Ipad
  • Read pdf When Stars Are Scattered by Victoria Jamieson Omar Mohamed Iman Geddy
  • download pdf Ballad of Sword and Wine Qiang Jin Jiu Novel Vol. 1 by Tang Jiu Qing St
  • PDF DOWNLOAD Applications of Nanomaterials in Civil and Environmental Engineering Towards Sustainable Development and Environment Remediation by Mohammad Asif Raja Md Dan
  • PDF Download The Deluge by Stephen Markley
  • DOWNLOADS The Beauties and Her Beast by A.J. Hughes
  • Download Pdf Morgensterns Finest Ice Cream A Cookbook by Nicholas Morgenstern
  • DOWNLOADS Octopus Ocean Geniuses of the Deep by Mark Leiren-Young
  • Read online Captive in the Underworld A Dark Lesbian Romance Novel by Lianyu Tan
  • Online Read Ebook Pacheco and the Witch of the Mountain A Graphic Novel by Juan E. Zambrano
  • PDF The Bondage Playbook 31 Must-Know Knots and Ties for Bondage Beginners by The Editors of Quiver
  • 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-09-04 23:14:50
Previous
Find pet by ID
Next
Finds Pets by tags
Built with