Skip to content
Barkend
Search
Ctrl
K
Auto
Light
Dark
Get started
Guides
API Reference
X-ray
Get started
HTTP
HTTP
HTTP
TypeScript
TypeScript
Python
Python
Go
Go
Ruby
Ruby
Guides
API Reference
X-ray
Overview
Pets
Create
List
Retrieve
Delete
API Reference
Copy Markdown
Open in
Claude
Open in
ChatGPT
Open in
Cursor
Copy Markdown
View as Markdown
Pets
Create
POST
/pets
List
GET
/pets
Retrieve
GET
/pets/{petId}
Delete
DELETE
/pets/{petId}
Models
Expand
Collapse
Category
=
object
{
id
,
name
}
id
:
optional
number
name
:
optional
string
Pet
=
object
{
name
,
photoUrls
,
id
,
3 more
}
name
:
string
photoUrls
:
array of
string
id
:
optional
number
category
:
optional
Category
{
id
,
name
}
id
:
optional
number
name
:
optional
string
status
:
optional
"available"
or
"pending"
or
"sold"
Accepts one of the following:
"available"
"pending"
"sold"
tags
:
optional
array of
Tag
{
id
,
name
}
id
:
optional
number
name
:
optional
string
Tag
=
object
{
id
,
name
}
id
:
optional
number
name
:
optional
string