GET/pet/findByStatus
Finds Pets by status
Multiple status values can be provided with comma separated strings.
Parameters 1
| Name | Type | Description |
|---|---|---|
statusrequired | query · string | Status values that need to be considered for filter |
ReturnsPet
Bearer token required
Response examples
200successful operation
[
{
"name": "doggie",
"photoUrls": [
"string"
]
}
]