Skip to content

List all cats

GET
/cats

A paged array of cats

Array<object>
<= 100 items
object
id
required
integer format: int64
name
required
Name of the animal

A friendly name for the animal.

string
tag
string
Example
{
"id": 1,
"name": "dog",
"tag": "pet"
}

Unexpected error

object
code
required
integer format: int32
message
required
string