Skip to main content
GET
Check Duplicate Artists
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/checklist/duplicateartists Detects artists with duplicate names (case-insensitive) within the tenant, grouping them by normalized name. Headers:
  • x-tenant-id: Required. The tenant ID
  • Authorization: Required. Bearer token for authentication
Authorization:
  • Required role: admin or higher
Method: GET Response:
  • data.groupCount: Number of duplicate name groups
  • data.duplicateTotal: Total number of duplicate artists
  • data.totalArtists: Total artists in the tenant
  • data.groups: Array of duplicate groups with name, count, ids, and variant names

Code Examples

Authorizations

Authorization
string
header
required

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

Response

Successful operation

status
string
Example:

"success"

data
object