Skip to main content
GET
/
phone-numbers
List Phone Numbers
curl --request GET \
  --url https://api.politicalcomms.com/v1/phone-numbers \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": "pn_abc123",
      "number": "+12025551234",
      "campaign_id": "camp_xyz789",
      "campaign_name": "Fall 2025 GOTV",
      "brand_id": "brand_abc123",
      "brand_name": "Smith PAC",
      "org_id": "org_123",
      "org_name": "Smith Campaign 2024",
      "status": "active",
      "created_at": "2024-03-01T08: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

brand_id
string

Filter to a specific brand

campaign_id
string

Filter to a specific campaign

Response

Successful response