Get a dashboard user’s blocklists for labels profiles.
Blocklists allow a dashboard user to hide any artist, song, or label from the charts/playlists.
Learn more about how blocklists work in this article from our help center.
GET /api/v2/user/{email}/blocklist/labels
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| string | url_encoded email |
Required |
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| offset | integer | Get results starting from position |
|
| limit | integer | Number of results (max. 100) |
| Status code | Description | Resource |
|---|---|---|
| 200 | OK
A Blocklist Label Collection response |
Blocklist Label Collection |
| 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
User not found in the team |