Required Permissions
sources:admin:read
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Query Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
page | integer | query | ❌ | Page number for pagination |
size | integer | query | ❌ | Page size for pagination |
distinct | string | query | ❌ | If true, only distinct public sources are returned |
Responses
✅ 200 - List of royalty sources
⚠️ 401 - undefined
❌ 500 - undefined
Tags
Sources
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Page number for pagination
Example:
1
Page size for pagination
Example:
100
If true, only distinct public sources are returned
Available options:
true
, false