tefucolezack
  1. pet
tefucolezack
  • Start your Apidog journey
  • PDF EPUB Download Forgotten Landscapes How Native Americans Created Pre-Columbian North America and What We Can Learn From It by Stanley A. Rice Full Book
  • pdf download Gnome and Rat A Graphic Novel by Lauren Stohler
  • Read pdf Fitzpatricks Color Atlas and Synopsis of Clinical Dermatology Ninth Edition by Ellen Roh Arturo Saavedra Anar Mikailov
  • The Ultimate Outsider by Marilyn Brown on Iphone New Format
  • The Nightcrawlers A Story of Worms Cows and Cash in the Underground Bait Industry by Joshua Steckley on Audiobook New
  • download pdf Make My Wish Come True by Rachael Lippincott Alyson Derrick
  • Moths A Complete Guide to Biology and Behavior by David Lees Alberto Zilli on Ipad
  • DOWNLOAD PDF EPUB Healing Myths Healing Magic by Donald M. Epstein
  • Read online The Dark Ascension Series The Wishless Ones by Hafsah Faizal
  • Read Pdf How to Be A Christian Woman when you still want to slap people Personal Group Guided Devotional Study Journal An 8-week Faith Journey for Real Women with Real Str
  • PDF DOWNLOAD Heartsong Green Creek 3 by TJ Klune on Iphone
  • epub download Learning with Generative Artificial Intelligence What Empirical Studies Tell Us by Yizhou Fan
  • Pdf ePub Weepers A Novel by Peter Mendelsund download ebook
  • PDF DOWNLOAD Martyr by Kaveh Akbar on Iphone
  • Read pdf Becki and the Trailer Kids Spring by Nancy McNeil GetYourBookIllustrations
  • On the Art and Craft of Doing Science by Kenneth Catania on Iphone New Format
  • Read online Our Countrys Presidents A Complete Encyclopedia of the U.S. Presidency 2024 Edition by National Geographic
  • PDF Jujutsu Kaisen The Official Character Guide by Gege Akutami
  • PDF Kindle Into The Rift by Clay Harmon
  • Pdf ePub How to Piss Off Men 106 Things to Say to Shatter the Male Ego by Kyle Prue download ebook
  • download pdf Laatokan pakolaiset by Pentti Oksanen
  • PDF DOWNLOAD Procedural Content Generation via Machine Learning An Overview by Matthew Guzdial Sam Snodgrass Adam Summerville on Iphone
  • Pdf ePub The Knowing Witch by M M Parks download ebook
  • DOWNLOAD PDF EPUB Discovering Sudha Murtys Fiction The Mother I Never Knew Dollar Bahu House of Cards Gently Falls the Bakula Mahasweta by Sudha Murty
  • DOWNLOAD PDF EPUB Trots and Bonnie by Shary Flenniken Emily Flake Norman Hathaway
  • 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-31 21:34:10
Previous
Find pet by ID
Next
Finds Pets by tags
Built with