List Brand Names

List all Chartmetric brand IDs and names.

Responses
  • application/json
Request Example for get/api/brand/list
curl https://api.chartmetric.com/api/brand/list \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "obj": [
    {
      "id": 2,
      "name": "20th Century Fox"
    },
    {
      "id": 10787,
      "name": "24Classics"
    }
  ]
}