Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qobuz Authentication API

User login and session management

Qobuz Authentication API is one of 6 APIs that Qobuz publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Authentication. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 2 operations across 2 paths, and defines 16 schemas. It is described by OpenAPI 3.0.3, at version 0.2.

Requests are made against a single base URL, https://www.qobuz.com/api.json/0.2.

2 operations 2 paths 16 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.2
Base URL
https://www.qobuz.com/api.json/0.2
Authentication
API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

Qobuz Authentication API declares 2 security schemes for authenticating requests. An API key is passed in the query as app_id (AppId). An API key is passed in the header as X-User-Auth-Token (UserAuthToken). By default, every request must be authenticated.

  • AppId — Qobuz application identifier issued to partners
  • UserAuthToken — User authentication token obtained from /user/login

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Authentication 2

User login and session management

GET
/user/login
Authenticate a user
userLogin 3 params → 200400401
GET
/favorite/getUserFavorites
Retrieve user favorites
favoriteGetUserFavorites 4 params → 200401

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are Album (38 properties), Track (28 properties), User (16 properties), Artist (12 properties). Each schema is shown below with its type and property counts.

UserFavorites
object
Authenticated user's favorited content
3 properties
Genre
object
Music genre
4 properties
User
object
Qobuz user account details
16 properties
Subscription
object
User subscription details
4 properties
ErrorResponse
object
Standard error envelope returned by all endpoints on failure
3 properties
ArtistList
object
Paginated list of artists
4 properties
TrackList
object
Paginated list of tracks
4 properties
Label
object
Record label
4 properties
Image
object
Set of image URLs at various resolutions
5 properties
AlbumList
object
Paginated list of albums
4 properties
Biography
object
Artist biography
4 properties
LoginResponse
object
Response returned by /user/login on successful authentication
2 properties
Artist
object
Qobuz artist metadata
12 properties
Track
object
Qobuz track metadata
28 properties
Album
object
Qobuz album metadata
38 properties
Credential
object
User credential / entitlement details
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qobuz-authentication-api-openapi.yml Raw ↑

Other APIs Qobuz publishes across the network.

Qobuz Albums API
Qobuz Artists API
Qobuz Playlists API
Qobuz Search API
Qobuz Tracks API