[ { "id": 10, "name": "doggie", "category": { "id": 1, "name": "Dogs" }, "photoUrls": [ "<string>" ], "tags": [ { "id": 123, "name": "<string>" } ], "status": "available" } ]
Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
The access token received from the authorization server in the OAuth 2.0 flow.
Tags to filter by
successful operation
The response is of type object[].
object[]