Skip to main content
GET
/
checklist
/
royaltyproducts
Check Royalty Products
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/checklist/royaltyproducts \
  --header 'Authorization: Bearer <token>'
{
  "count": 70,
  "royaltyproducts": [
    {
      "Aggregator": "Merlin",
      "upc": "660902548873",
      "isrcs": [
        "NGA601900055"
      ],
      "Release_Name": "Eat Some",
      "Release_Artist": "Stev_O",
      "Label": "Steveland Emmanuel"
    },
    {
      "Aggregator": "Merlin",
      "upc": "669014748225",
      "isrcs": [
        "NGA601800031"
      ],
      "Release_Name": "Striker",
      "Release_Artist": "Stev_O",
      "Label": "Steveland Emmanuel"
    },
    {
      "Aggregator": "Merlin",
      "upc": "660902548859",
      "isrcs": [
        "NGA601900057"
      ],
      "Release_Name": "Our Eyes",
      "Release_Artist": "Tunestar",
      "Label": "SPIRIT SOUND GROUP (SSG)"
    }
  ]
}
/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
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.

Authentication

This endpoint requires authentication. Include your bearer token in the Authorization header.

Responses

✅ 200 - Successfully retrieved royalty products checklist

⚠️ 401 - Unauthorized

❌ 500 - Internal Server Error

Tags

Checklists

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[]
I