Skip to main content
GET
/
api
/
v1
/
clients
/
{name}
curl "https://api.northaxiumdata.ca/api/v1/clients/Shopify" \
  -H "X-API-Key: <your-api-key>"
{
  "data": {
    "client": "Shopify Inc.",
    "total_communications": 110,
    "active_registrations": 3,
    "top_institutions": [
      { "institution": "Innovation, Science and Economic Development Canada", "count": 18 }
    ],
    "top_subjects": [
      { "subject": "Industry", "count": 22 }
    ],
    "top_lobbyists": [
      { "lobbyist": "Clark Rabbior", "firm": "Shopify Inc.", "count": 15 }
    ],
    "first_communication_date": "2019-01-11",
    "last_communication_date": "2026-03-12"
  }
}
Get an aggregated lobbying profile for a client organization, including top institutions, subjects, and lobbyists.

Path Parameters

name
string
required
Client organization name to resolve. Partial names are accepted and normalized to the best matching client string.
curl "https://api.northaxiumdata.ca/api/v1/clients/Shopify" \
  -H "X-API-Key: <your-api-key>"
{
  "data": {
    "client": "Shopify Inc.",
    "total_communications": 110,
    "active_registrations": 3,
    "top_institutions": [
      { "institution": "Innovation, Science and Economic Development Canada", "count": 18 }
    ],
    "top_subjects": [
      { "subject": "Industry", "count": 22 }
    ],
    "top_lobbyists": [
      { "lobbyist": "Clark Rabbior", "firm": "Shopify Inc.", "count": 15 }
    ],
    "first_communication_date": "2019-01-11",
    "last_communication_date": "2026-03-12"
  }
}