Contact
Overview
Swagger Petstore - OpenAPI 3.0 1.0.27
Section titled “Swagger Petstore - OpenAPI 3.0 1.0.27”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:
Authentication
Section titled “ Authentication ”api_key
Section titled “api_key ”Security scheme type: apiKey
Header parameter name: api_key
petstore_auth
Section titled “petstore_auth ”Security scheme type: oauth2
Flow type: implicit
Authorization URL: https://petstore3.swagger.io/oauth/authorize
Scopes:
- read:pets - read your pets
- write:pets - modify pets in your account