- 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
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Responses
β 200 - Successfully retrieved royalty assets
β οΈ 400 - Bad Request - Missing or invalid parameters
β οΈ 401 - Unauthorized - Missing or invalid authentication
β 500 - Internal Server Error - Error processing request
Tags
Checklists
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"