Api Docs
Localization
  • Petstore Extended Api
  • Localization
  • Custom Page
  • additional-props
  • allof
  • arr-of-arr
  • arrange-by-tags
  • array-and-object-nesting
  • auth-test1
  • auth
  • callback
  • circular
  • code-highlight
  • collapsable
  • data-types-simple
  • data-types
  • dynamic-form-params
  • dynamic-query-params
  • events
  • example-with-nested-refs
  • examples
  • file-upload
  • fill-example-test
  • large-spec
  • links
  • markdown-headings
  • markdown
  • mock
  • multi-datatypes-test
  • multi-datatypes
  • multipart-formdata
  • multiple-oneof
  • multiple-security-schemes
  • no-server
  • oauth-demo
  • oauth-o365
  • oauth-vendor-extension
  • oauth
  • oneof-allof-nested
  • oneof-combinations
  • oneof-with-refs
  • oneof
  • open-api-3-1-test
  • open-api-3-1
  • parameters
  • petstore
  • post-nobody
  • request-body-multiple
  • schema-title-and-descriptions
  • schema
  • server-override
  • server
  • toomany-example-generation
  • webhook
  • xml
English
  • English
  • Русский
  • Deutsch
  • Info
  • Authorization
  • Components
  • Pet

Security Schemes

basic

http
Scheme: basic

petstore_auth

Get access to data while protecting your account credentials. OAuth2 is also a safer and more secure way to give you access.
oauth2

implicit

Authorization URL: http://petstore.swagger.io/api/oauth/dialog
Scopes:
  • write:pets
    modify pets in your account
  • read:pets
    read your pets

api_key

For this sample, you can use the api key `special-key` to test the authorization filters.
apiKey
In: header
Header name: api_key
Nuxt OpenApi doc panel - [Example] [Info] by s00d