Get Project
curl --request GET \
--url https://api.politicalcomms.com/v1/projects/{id} \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": {
"id": "proj_abc123",
"name": "GOTV Blast - Oct 15",
"status": "completed",
"channel": "10dlc",
"campaign_id": "camp_xyz789",
"campaign_name": "Fall 2025 GOTV",
"brand_id": "brand_abc123",
"brand_name": "Smith PAC",
"toll_free_verification_id": null,
"org_id": "org_123",
"org_name": "Smith Campaign 2024",
"phone_number_ids": [
"pn_abc123",
"pn_def456"
],
"protocol": "sms",
"message_text": "Hi {first_name}, vote Tuesday! Polls open 7am-7pm.",
"media_ids": [],
"contact_list_ids": [
"cl_abc123"
],
"suppression_list_ids": [],
"link_tracking_enabled": true,
"link_tracking_destination_url": "https://smithpac.example.com/vote",
"link_tracking_domain_id": "01HX0000000000000000000005",
"link_tracking_param_field": "voter_id",
"scheduled_at": "2025-10-15T14:00:00Z",
"scheduled_timezone": "America/New_York",
"created_at": "2025-10-10T09:00:00Z"
}
}Projects
Get Project
Fetch a single project.
GET
/
projects
/
{id}
Get Project
curl --request GET \
--url https://api.politicalcomms.com/v1/projects/{id} \
--header 'X-API-Key: <api-key>'{
"success": true,
"data": {
"id": "proj_abc123",
"name": "GOTV Blast - Oct 15",
"status": "completed",
"channel": "10dlc",
"campaign_id": "camp_xyz789",
"campaign_name": "Fall 2025 GOTV",
"brand_id": "brand_abc123",
"brand_name": "Smith PAC",
"toll_free_verification_id": null,
"org_id": "org_123",
"org_name": "Smith Campaign 2024",
"phone_number_ids": [
"pn_abc123",
"pn_def456"
],
"protocol": "sms",
"message_text": "Hi {first_name}, vote Tuesday! Polls open 7am-7pm.",
"media_ids": [],
"contact_list_ids": [
"cl_abc123"
],
"suppression_list_ids": [],
"link_tracking_enabled": true,
"link_tracking_destination_url": "https://smithpac.example.com/vote",
"link_tracking_domain_id": "01HX0000000000000000000005",
"link_tracking_param_field": "voter_id",
"scheduled_at": "2025-10-15T14:00:00Z",
"scheduled_timezone": "America/New_York",
"created_at": "2025-10-10T09:00:00Z"
}
}⌘I
