Discogs · Authentication Profile

Discogs Authentication

Authentication

Discogs secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

MusicMarketplaceCatalogCommunityVinylPublic APIs
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in: header

Security Schemes

DiscogsToken apiKey
· in: header (Authorization)
OAuth1 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/discogs-openapi-original.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: DiscogsToken
  type: apiKey
  in: header
  parameter: Authorization
  description: 'Discogs personal access token in header: ''Discogs token={token}''.'
  sources:
  - openapi/discogs-openapi-original.yml
- name: OAuth1
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://discogs.com/oauth/authorize
    tokenUrl: https://api.discogs.com/oauth/access_token
    scopes: 2
  description: OAuth 1.0a flow modeled as OAuth2 for tooling. Required for write actions on
    behalf of other users.
  sources:
  - openapi/discogs-openapi-original.yml