x-tenant-id
: Required. The tenant IDAuthorization
: Required. Bearer token for authentication
message
: Status messageinvalidSplits
(if any): Array of objects with:artistId
: ID of the artistartistName
: Name of the artistinvalidUserIds
: Array of invalid user IDs referenced in splits
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Responses
✅ 200 - Successfully retrieved missing artist splits checklist
⚠️ 401 - Unauthorized
❌ 500 - Internal Server Error
Tags
Checklists
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"