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

Description

/checklist/assetswithoutproducts Identifies assets that have no linked products 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 assets without products
  • data.total: Total number of assets
  • data.items: Array of asset objects (id, title, isrc, 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