Deezer · OAuth Scopes

Deezer OAuth Scopes

OAuth 2.0 derived

Deezer 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 Deezer API on a user’s behalf.

Tokens are issued from https://connect.deezer.com/oauth/access_token.php.

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.

MusicStreamingAudioOAuthCatalogPlaylists
Scopes: 7 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://connect.deezer.com/oauth/auth.php
Token URL
https://connect.deezer.com/oauth/access_token.php
Flows
authorizationCode

Scopes (7)

ScopeDescriptionFlows
basic_access Basic profile info authorizationCode
delete_library Delete from user's library authorizationCode
email Get user's email address authorizationCode
listening_history Read listening history authorizationCode
manage_community Manage user's community authorizationCode
manage_library Manage user's library authorizationCode
offline_access Long-lived access authorizationCode

Source

OAuth Scopes

deezer-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/deezer-openapi.yml
schemes:
- name: oauth2
  source: openapi/deezer-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://connect.deezer.com/oauth/auth.php
    tokenUrl: https://connect.deezer.com/oauth/access_token.php
scopes:
- scope: basic_access
  description: Basic profile info
  flows:
  - authorizationCode
  sources:
  - openapi/deezer-openapi.yml
- scope: delete_library
  description: Delete from user's library
  flows:
  - authorizationCode
  sources:
  - openapi/deezer-openapi.yml
- scope: email
  description: Get user's email address
  flows:
  - authorizationCode
  sources:
  - openapi/deezer-openapi.yml
- scope: listening_history
  description: Read listening history
  flows:
  - authorizationCode
  sources:
  - openapi/deezer-openapi.yml
- scope: manage_community
  description: Manage user's community
  flows:
  - authorizationCode
  sources:
  - openapi/deezer-openapi.yml
- scope: manage_library
  description: Manage user's library
  flows:
  - authorizationCode
  sources:
  - openapi/deezer-openapi.yml
- scope: offline_access
  description: Long-lived access
  flows:
  - authorizationCode
  sources:
  - openapi/deezer-openapi.yml