Skip to main content
GET
/
tracking-domains
List Tracking Domains
curl --request GET \
  --url https://api.politicalcomms.com/v1/tracking-domains \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": "01HX0000000000000000000005",
      "domain": "link.smithpac.com",
      "org_id": "org_123",
      "org_name": "Smith Campaign 2024",
      "status": "active",
      "created_at": "2024-02-10T14: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