List Brand Names (V2)
Every Chartmetric brand ID and name. Replaces GET /api/brand/list, which reads a different brand universe — IDs are not interchangeable between the two.
Responses
- application/json
Request Example for get/api/brand/v2/list
curl https://api.chartmetric.com/api/brand/v2/list \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"obj": [
{
"id": 138,
"name": "Apple"
},
{
"id": 2,
"name": "20th Century Fox"
}
]
}