- BigQuery dataset must be configured for the tenant
- Requires valid authentication
GET
Headers:
x-tenant-id
: Required. The tenant IDAuthorization
: Required. Bearer token for authentication
count
: Total number of royalty productsroyaltyproducts
: 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
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"