Labelcamp API v2
​string​integer · min: 1​integer · min: 1 · max: 200
​string · required
DSPs
Digital Service Providers (Spotify, Apple Music, etc.)
List DSPs (Digital Service Providers)
GET
https://api.idol.io/api/v2
/dsps
Retrieve a list of digital service providers with optional filtering by distributor.
query Parameters
filter[distributor-id]Filter by distributor ID
page[number]Page number for pagination
Default: 1
page[size]Number of items per page (max 200)
Default: 20
List DSPs (Digital Service Providers) › Responses
List of DSPs
Get a specific DSP
GET
https://api.idol.io/api/v2
/dsps/{id}
Retrieve a single digital service provider by its ID.
path Parameters
idThe DSP ID
Get a specific DSP › Responses
A single DSP
​DspResource