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.
Authorization
apiKeyAuth Organization API key, format pulse_<prefix>_<secret>. Created by an organization admin in Settings -> API Keys.
In: header
Path Parameters
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": []}POSTSearch people
Search executives and other people tracked in the platform by name.
GETList commodities
Return the whole curated commodity registry in one response: each commodity's canonical quantity and grade units, the species contained metal is presented in (with the factor back to the parent element), which Pulse pipelines cover it, and its latest spot price with change over each window. Use it to interpret the commodity symbols every other endpoint returns. Not paginated — the registry is small and stable.