petstore
Testing APIs with petstore OAS
4 subscribers
10 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
petstore endpoints
| Method | Endpoint | Description |
|---|---|---|
| pets | ||
| GET |
listPets /pets |
Retrieve a list of all pets in the store. |
| PUT |
updatePet /pets/{petId} |
Update details of an existing pet by its ID. |
| GET |
getPetById /pets/{petId} |
Retrieve details of a specific pet by its ID. |
| DELETE |
deletePet /pets/{petId} |
Remove a pet from the store by its ID. |
| POST |
createPet /pets |
Add a new pet to the store. |
| Other endpoints | ||
| POST |
createPet /pets |
Add a new pet to the store. |
| GET |
listPets /pets |
Retrieve a list of all pets in the store. |
| GET |
getPetById /pets/{petId} |
Retrieve details of a specific pet by its ID. |
| PUT |
updatePet /pets/{petId} |
Update details of an existing pet by its ID. |
| DELETE |
deletePet /pets/{petId} |
|
petstore pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|