Add/submit missing links to artist profiles.
Soundcharts’ team will look at your request, and the data (IDs, follower count) will be available on the API & dashboard within 48 working hours.
Don't know the artist UUID yet? Use the Get artist by platform ID or Search artist by name endpoints.
POST /api/v2/artist/{uuid}/sources/add
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| uuid | string | An artist UUID |
Required |
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| body | JSON Payload |
Required |
| Status code | Description | Resource |
|---|---|---|
| 200 | OK
An Artist response |
Artist |
| 400 | Bad Request
Invalid request |
|
| 401 | Unauthorized
You are not logged in |
|
| 403 | Forbidden
This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access. |
|
| 404 | Not Found
Artist not found |
|
| 405 | Method Not Allowed
Sandbox only. This operation is not allowed on sandbox environment |