erictestpet
This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
130 subscribers
8.7/10 popularity
395 ms avg latency
100% success rate
21 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
erictestpet endpoints
| Method | Endpoint | Description |
|---|---|---|
| pet | ||
| DELETE |
deletePet /pet/{petId} |
|
| POST |
updatePetWithForm /pet/{petId} |
|
| POST |
addPet /pet |
|
| GET |
findPetsByTags /pet/findByTags |
Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing. |
| GET |
getPetById /pet/{petId} |
Returns a single pet |
| GET |
findPetsByStatus /pet/findByStatus |
Multiple status values can be provided with comma separated strings |
| POST |
uploadFile /pet/{petId}/uploadImage |
|
| PUT |
updatePet /pet |
|
| store | ||
| GET |
getInventory /store/inventory |
Returns a map of status codes to quantities |
| DELETE |
deleteOrder /store/order/{orderId} |
For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors |
| GET |
getOrderById /store/order/{orderId} |
For valid response try integer IDs with value 10. Other values will generated exceptions |
| POST |
placeOrder /store/order |
|
| user | ||
| GET |
loginUser /user/login |
|
| GET |
getUserByName /user/{username} |
|
| POST |
createUser /user |
This can only be done by the logged in user. |
| POST |
createUsersWithArrayInput /user/createWithArray |
|
| POST |
createUsersWithListInput /user/createWithList |
|
| GET |
logoutUser /user/logout |
|
| DELETE |
deleteUser /user/{username} |
This can only be done by the logged in user. |
| PUT |
updateUser /user/{username} |
This can only be done by the logged in user. |
| Other endpoints | ||
| GET |
findPetsByStatus_copy /pet/findByStatus |
Multiple status values can be provided with comma separated strings |
erictestpet pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|