Companies
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
Retrieve a paginated list of companies
query Parameters
page[number]Page number for pagination
page[size]Number of items per page (max 200)
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
Array of resource objects (override with specific resource schema)
Related resources included in the response
Create a company
Create a new company.
Required fields: name, distributor relationship
Create a company › Request Body
Create a company › Responses
Company created successfully
The primary resource object (override with specific resource schema)
Related resources included in the response
Get company details
Retrieve a single company by ID
path Parameters
idResource ID
query Parameters
includeComma-separated list of related resources to include
Get company details › Responses
Successful response
The primary resource object (override with specific resource schema)
Related resources included in the response
Update a company
Update an existing company.
Required fields: name, distributor relationship
path Parameters
idResource ID
Update a company › Request Body
Update a company › Responses
Company updated successfully
The primary resource object (override with specific resource schema)
Related resources included in the response