Qobuz · Authentication Profile

Qobuz Authentication

Authentication

Qobuz secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

Music StreamingHi-Res AudioFLACLossless AudioMusic DownloadsCatalog SearchStreaming URLsMusic MetadataAudiophileFrance
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

AppId apiKey
· in: query (app_id)
UserAuthToken apiKey
· in: header (X-User-Auth-Token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: AppId
  type: apiKey
  in: query
  parameter: app_id
  description: Qobuz application identifier issued to partners
  sources:
  - openapi/openapi.yml
- name: UserAuthToken
  type: apiKey
  in: header
  parameter: X-User-Auth-Token
  description: User authentication token obtained from /user/login
  sources:
  - openapi/openapi.yml