Pulse Intelligence
People

Get a person

Return one person's business profile: identity and known aliases, their elected primary seat (role, company, appointment date), every seat they hold, and the facts filings evidence — tenure, compensation, holdings, career history, education. Coverage is partial by nature: only what filings disclose is populated.

GET/v1/people/{id}/

Authorization

apiKeyAuth
AuthorizationBearer <token>

Organization API key, format pulse_<prefix>_<secret>. Created by an organization admin in Settings -> API Keys.

In: header

Path Parameters

id*integer

Person id.

Response Body

The person's profile.

One person's business profile — identity, elected primary seat, and the facts filings evidence.

Coverage is partial by nature: only what filings disclose is populated, so most fact fields are nullable. Photo and date of birth are not part of this contract.

curl -X GET "https://example.com/v1/people/0/" \  -H "Authorization: Bearer $PULSE_API_KEY"
{  "id": 70049,  "display_name": "Dennis Bristow",  "canonical_name": "dennis bristow",  "aliases": [],  "current_role": "Non-Executive Director",  "role_class": "board",  "is_current": false,  "appointed_on": "1994-11-07",  "current_company": {    "id": 7835,    "name": "DRDGOLD Ltd"  },  "years_experience": 34,  "board_memberships_count": 0,  "company_count": 4,  "compensation_usd": null,  "shares_held": null,  "options_held": null,  "equity_awards_usd": null,  "nationality": "",  "bio": "Dennis Bristow is Chairman of Environmental/Health/Safety Committee of Randgold Resources Ltd, a Jersey, Channel Islands, United Kingdom-based basic materials company.",  "linkedin": "",  "career_history": [],  "education": [],  "companies": []}