OAuth 2.0

This API uses OAuth 2.0 for authentication.

Authorization: Bearer <access_token>

Type: OAuth2

Flow: Implicit

Authorization URL: https://petstore3.swagger.io/oauth/authorize

Scopes:

Scope Description
write:pets modify pets in your account
read:pets read your pets

API Key

This is an API key authentication scheme which requires the caller to send an API Key in a header parameter named 'api_key'.

api_key: <API_KEY>

Type: API Key

Parameter Name: api_key

Location: header