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
Pet User ID
Developing
GET
/users/{id}
Try it
Run in Apidog
Run in Apidog
Request
Path Params
Generate Code
id
string
required
Example:
{{timestamp}}
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
'https://dev.your-api-server.com/users/{{timestamp}}'
Responses
🟢
200
OK
application/json
Generate Code
Body
Generate Code
object
{0}
Example
{
}
🟠
404
Record not found
Modified at
2023-10-30 11:20:16
Previous
Update an existing pet
Next
API-Token