Skip to main content
GET
/
brands
List Brands
curl --request GET \
  --url https://api.politicalcomms.com/v1/brands \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": "brand_abc123",
      "brand_name": "Smith PAC",
      "org_id": "org_123",
      "org_name": "Smith Campaign 2024",
      "tcr_brand_id": "BTCRMFG",
      "status": "OK",
      "identity_status": "VETTED_VERIFIED",
      "created_at": "2024-01-15T11:00:00Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.politicalcomms.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Authenticate every request by passing your API key in the X-API-Key header. Keys are scoped to your organization hierarchy.

Query Parameters

organization_id
string

Filter to a specific descendant organization

Response

Successful response