Distributor account management and configuration.
Distributors are the top-level organizational entities in the Labelcamp hierarchy, managing companies, labels, and distribution rights.
List distributors
GET
https://api.idol.io/api/v2
/distributors
Retrieve all distributors
query Parameters
page[number]Page number for pagination
Default: 1
page[size]Number of items per page (max 200)
Default: 20
filter[name]Filter by distributor name
Responses
Successful response
object[]
Array of resource objects (override with specific resource schema)
object[]
Related resources included in the response
object
object
Get distributor details
GET
https://api.idol.io/api/v2
/distributors/{id}
Retrieve a specific distributor by ID
path Parameters
idResource ID
query Parameters
includeComma-separated list of related resources to include
Responses
Successful response
object
The primary resource object (override with specific resource schema)
object[]
Related resources included in the response
object