Retrieves a paginated list of all royalty sources in the system.
Documentation Index
Fetch the complete documentation index at: https://apidocs.royalti.io/llms.txt
Use this file to discover all available pages before exploring further.
sources:admin:read{ count: number, rows: RoyaltySource[] }RoyaltySource[] (direct array, not paginated)isActive=true and public=trueisActive=trueJWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Page number for pagination (ignored when distinct=true)
1
Page size for pagination (ignored when distinct=true)
100
If 'true', returns array of distinct public sources (non-paginated). If 'false', returns paginated response with all active sources.
true, false