Pet Store Demo
Sample Schemas
Copy Page
Pet Store Demo
🐶 Walk through Apidog
Sample APIs
Deletes a pet
DELETE
Find pet by ID
GET
Finds Pets by status
GET
Add a new pet to the store
POST
Update an existing pet
PUT
Pet User ID
GET
API-Token
GET
Apidog Echo
GET
sayHello
POST
New Request
GET
Weather
GET
Schemas
Sample Schemas
Pet
Category
Tag
Sample Schemas
Copy Page
Tag
{
"id"
:
1
,
"name"
:
"string"
}