Skip to main content
GET
Check Products Without Assets
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/checklist/productswithoutassets Identifies products that have no linked assets (tracks) via the ProductAsset join table. Headers:
  • x-tenant-id: Required. The tenant ID
  • Authorization: Required. Bearer token for authentication
Authorization:
  • Required role: admin or higher
Method: GET Response:
  • data.count: Number of products without assets
  • data.total: Total number of products
  • data.items: Array of product objects (id, title, upc, displayArtist)

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