Skip to main content
GET
Check Artist Splits Users
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/checklist/artistsplits Identifies artists with default splits that reference non-existent tenant users. Headers:
  • x-tenant-id: Required. The tenant ID
  • Authorization: Required. Bearer token for authentication
Authorization:
  • Required role: admin or higher
Method: GET Response:
  • message: Status message
  • invalidSplits (if any): Array of objects with:
    • artistId: ID of the artist
    • artistName: Name of the artist
    • invalidUserIds: Array of invalid user IDs referenced in splits

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Successful operation

message
string
required
Example:

"All artist split users are valid"