Skip to main content
GET
Check Missing Primary Artists
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/checklist/missingprimaryartists Identifies assets and products that have no primary artist linked. Headers:
  • x-tenant-id: Required. The tenant ID
  • Authorization: Required. Bearer token for authentication
Authorization:
  • Required role: admin or higher
Method: GET Response:
  • data.assets.count: Number of assets missing a primary artist
  • data.assets.total: Total number of assets
  • data.assets.items: Array of asset objects (id, title, isrc)
  • data.products.count: Number of products missing a primary artist
  • data.products.total: Total number of products
  • data.products.items: Array of product objects (id, title, upc)

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Successful operation

status
string
Example:

"success"

data
object