Pet Store Demo
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
Apidog Echo
GET
/get
Try it
Run in Apidog
Run in Apidog
Request
Query Params
Generate Code
name
string
required
Example:
{{name}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
-g
--request
GET
'/get?name={{name}}'
Responses
🟢
200
Success
application/json
Generate Code
Body
Generate Code
object
{0}
Example
{
}
Modified at
2024-03-01 03:54:42
Previous
API-Token
Next
sayHello