Labelcamp API v2
​integer · min: 1​integer · min: 1 · max: 200​string​string
Company management and organization structure.
Companies represent business entities that own labels and manage music catalog. A company belongs to a distributor and can have multiple labels associated with it.
Use companies to organize your catalog hierarchically within the distributor structure.
List companies
GET
https://api.idol.io/api/v2
/companies
Retrieve a paginated list of companies
query Parameters
page[number]Page number for pagination
Default: 1
page[size]Number of items per page (max 200)
Default: 20
filter[product-ids]Comma-separated product IDs to filter companies
filter[label-ids]Comma-separated label IDs to filter companies
List companies › Responses
Successful response
​object[]
Array of resource objects (override with specific resource schema)
​object[]
Related resources included in the response
​object
​object
Update a company
PUT
https://api.idol.io/api/v2
/companies/{id}