List all royalty sources
List all royalty sources
List all royalty sources
GET
List all royalty sources
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
List all royalty sources Returns a list of all available royalty sources that can be used for file processing. Filtering Options:- Default: Returns all active sources (backward compatible)
includeAll=false: Returns only tenant-associated sources (more secure, recommended)
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Controls source filtering behavior:
- Not specified or "true": Returns all active sources (default for backward compatibility)
- "false": Returns only sources associated with the tenant (more secure)
Available options:
true, false