Get label metadata
Get label metadata information using their UUID.
If you need to find an label's UUID, use the Search label by name endpoint.
Request
GET
/api/v2/label/{uuid}
Path parameters
| Parameter | Value | Description | Additional |
|---|---|---|---|
| uuid | string | A Label UUID | Required |
Response
| Code | Description | Resource |
|---|---|---|
| 200 |
OK
A Label response |
Label |
| 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
Label not found |