cURL
curl --request GET \ --url https://api.trakkr.ai/get-brands \ --header 'Authorization: Bearer <token>'
{ "brands": [ { "id": "0000000000000x000000000000000000", "name": "Acme Corporation" }, { "id": "0000000000000x000000000000000001", "name": "TechStart Inc" }, { "id": "0000000000000x000000000000000002", "name": "Global Finance Co" } ] }
Retrieve list of brands accessible to your API key
API key authentication. Include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY
Authorization: Bearer YOUR_API_KEY
Successful response
Show child attributes
Brand ID
"0000000000000x000000000000000000"
Brand name
"Acme Corporation"
Was this page helpful?