curl "https://api.northaxiumdata.ca/v1/contributions/profiles/CTR-48912" \ -H "X-API-Key: <your-api-key>"
{ "data": { "contributor_id": "CTR-48912", "name": "Jane Doe", "city": "Vancouver", "province": "BC", "total_contributed_amount": 4200.00, "first_contribution_date": "2015-10-04", "latest_contribution_date": "2023-09-22", "donations": [ { "amount": 1600.00, "date": "2023-09-22", "recipient": "Conservative Party of Canada" } ] } }
Retrieve political contribution history for a specific individual or organization.
CTR-48912