Skip to main content
GET
/
distribution
/
artist
/
claim
/
{partner_user_id}
Get artist claim status
curl --request GET \
  --url https://varco-{partner}.musixmatch.com/distribution/artist/claim/{partner_user_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": {
    "body": {
      "artist_claim": {
        "claim_id_list": [
          {
            "partner_artist_id": "123456",
            "partner_user_id": "123456",
            "spotify_artist_id": "4Z8W4fKeB5YxbusRsdQVPb",
            "itunes_artist_id": "909253"
          }
        ]
      }
    },
    "header": {
      "status_code": 200,
      "execute_time": 0.03
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.musixmatch.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Access token obtained via the Client Credentials OAuth 2.0 flow at https://connect.musixmatch.com/oauth/token

Path Parameters

partner_user_id
string
required

The partner's internal user identifier

Response

Verified artist identifiers for the given distributor user.

message
object