{ "id": 10, "name": "doggie", "category": { "id": 1, "name": "Dogs" }, "photoUrls": [ "<string>" ], "tags": [ { "id": 123, "name": "<string>" } ], "status": "available" }
Returns a single pet.
ID of pet to return
successful operation
The response is of type object.
object