Skip to main content
GET
/
projects
/
{id}
/
stats
Get Project Stats (single)
curl --request GET \
  --url https://api.politicalcomms.com/v1/projects/{id}/stats \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "project_id": "proj_abc123",
    "sent": 125000,
    "delivered": 123900,
    "undeliverable": 1100,
    "replies": 11200,
    "opt_outs": 720,
    "clicks": 5840,
    "unique_clicks": 5120,
    "delivery_rate": 0.9912,
    "reply_rate": 0.0904,
    "click_rate": 0.0471
  }
}

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.

Path Parameters

id
string
required

Resource ID

Response

Successful response