MusicBrainz · OAuth Scopes

MusicBrainz OAuth Scopes

OAuth 2.0 derived

MusicBrainz publishes 7 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the MusicBrainz API on a user’s behalf.

Tokens are issued from https://musicbrainz.org/oauth2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

MusicMetadataEncyclopediaOpen DataCatalogIdentifiersISRCISWCMBIDDiscIDArtistsReleasesRecordingsWorksLabelsCover ArtOpen SourceNon Profit
Scopes: 7 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://musicbrainz.org/oauth2/authorize
Token URL
https://musicbrainz.org/oauth2/token
Flows
authorizationCode

Scopes (7)

ScopeDescriptionFlows
collection Manage collections authorizationCode
email Access user email authorizationCode
profile Access user profile authorizationCode
rating Submit ratings authorizationCode
submit_barcode Submit release barcodes authorizationCode
submit_isrc Submit recording ISRCs authorizationCode
tag Submit tags authorizationCode

Source

OAuth Scopes

musicbrainz-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/musicbrainz-web-service-openapi.yml
schemes:
- name: OAuth2
  source: openapi/musicbrainz-web-service-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://musicbrainz.org/oauth2/authorize
    tokenUrl: https://musicbrainz.org/oauth2/token
  description: OAuth 2.0 authentication via the MusicBrainz OAuth server.
scopes:
- scope: collection
  description: Manage collections
  flows:
  - authorizationCode
  sources:
  - openapi/musicbrainz-web-service-openapi.yml
- scope: email
  description: Access user email
  flows:
  - authorizationCode
  sources:
  - openapi/musicbrainz-web-service-openapi.yml
- scope: profile
  description: Access user profile
  flows:
  - authorizationCode
  sources:
  - openapi/musicbrainz-web-service-openapi.yml
- scope: rating
  description: Submit ratings
  flows:
  - authorizationCode
  sources:
  - openapi/musicbrainz-web-service-openapi.yml
- scope: submit_barcode
  description: Submit release barcodes
  flows:
  - authorizationCode
  sources:
  - openapi/musicbrainz-web-service-openapi.yml
- scope: submit_isrc
  description: Submit recording ISRCs
  flows:
  - authorizationCode
  sources:
  - openapi/musicbrainz-web-service-openapi.yml
- scope: tag
  description: Submit tags
  flows:
  - authorizationCode
  sources:
  - openapi/musicbrainz-web-service-openapi.yml