Skip to main content
GET
/
organizations
List Organizations
curl --request GET \
  --url https://api.politicalcomms.com/v1/organizations \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": "org_abc123",
      "display_name": "Regional Office East",
      "parent_org_name": "Smith Campaign 2024",
      "status": "active",
      "created_at": "2024-02-01T10: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.

Response

Successful response