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

Description

/checklist/royaltyproducts Retrieves a list of royalty products that exist in the sales data but don’t have corresponding product records. Requirements:
  • BigQuery dataset must be configured for the tenant
  • Requires valid authentication
Authorization:
  • Required role: admin or higher
Method: GET Headers:
  • x-tenant-id: Required. The tenant ID
  • Authorization: Required. Bearer token for authentication
Response:
  • count: Total number of royalty products
  • royaltyproducts: Array of product objects with details about their respective status.

Code Examples

Authorizations

Authorization
string
header
required

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

Response

Successfully retrieved royalty products checklist

count
integer

Total number of royalty products

royaltyproducts
object[]