GET
/
get-brands
Get brands
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY

Response

200
application/json

Successful response

The response is of type object.