The
/artist/{id}/products
endpoint retrieves all products associated with a specific artist, including related assets and statistics.
Method:GET
Path Parameter:
Parameter | Type | Description |
---|---|---|
id | string | The unique identifier of the artist. |
- Basic product information
- Related assets (id, isrc, title, version, track number)
- Split count (number of splits associated with the product)
- Total play/stream count (from ProductStats)
- Total royalties (from ProductStats)
- Artist information including the type of association
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ā | Artist ID |
Query Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
page | integer | query | ā | Page number for pagination |
size | integer | query | ā | Number of products per page |
type | string | query | ā | Filter by product type |
Responses
ā 200 - Success
ā ļø 401 - Unauthorized
ā ļø 404 - Not Found
ā 500 - Internal Server Error
Tags
Artist
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Artist ID
Query Parameters
Page number for pagination
Number of products per page
Filter by product type
Response
Success
Unique identifier of the product
UPC code of the product
Title of the product
Whether the product is a draft
Number of splits associated with this product
Total play/stream count from ProductStats
Total royalties from ProductStats