Swagger Petstore - OpenAPI 3.0
This is a sample Pet Store Server based on the OpenAPI 3.0 specification. You can find out more about Swagger at https://swagger.io. In the third iteration of the pet store, we’ve switched to the design first approach! You can now help us improve the API whether it’s by making changes to the definition itself or to the code. That way, with time, we can improve the API in general, and expose some of the new features in OAS3.
Some useful links:
Version 1.0.27
Base URL
/api/v3pet
Everything about your Pets
- PUTUpdate an existing pet.
- POSTAdd a new pet to the store.
- GETFinds Pets by status.
- GETFinds Pets by tags.
- GETFind pet by ID.
- POSTUpdates a pet in the store with form data.
- DELETEDeletes a pet.
- POSTUploads an image.
store
Access to Petstore orders
- GETReturns pet inventories by status.
- POSTPlace an order for a pet.
- GETFind purchase order by ID.
- DELETEDelete purchase order by identifier.
user
Operations about user