artist//products
Description:
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. |
Response Includes:
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Artist ID
Page number for pagination
Number of products per page
Filter by product type
Success
The response is of type object[]
.