cURL
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" } ] }
List all brands. Optionally filter by organization.
Documentation IndexFetch the complete documentation index at: https://docs.politicalcomms.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.politicalcomms.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate every request by passing your API key in the X-API-Key header. Keys are scoped to your organization hierarchy.
Filter to a specific descendant organization
Successful response