Resource
Profiles
People: who they are, where they've worked, what they hold and what's been said about them.
The object
List endpoints return a short summary per person. Fetch one profile for the full work history, then ownership and articles as separate calls.
Profiles
{
"reference": "a1b2c3d4-e5f6-4a7b-9c8d-e9f0a1b2c341",
"name": "Elena Marchetti",
"current_role": {
"title": "Chief Financial Officer",
"organisation": "Halberd Industrial Group",
"start_date": "2026-09-01"
}
}Operations
- GETList profiles
/v1/profilesSearch people by name, organisation or profile type. Sorted by surname, then first name. - GETGet a profile
/v1/profiles/{profileReference}One person: names, current role, work history and contact emails. - GETList a profile's ownership
/v1/profiles/{profileReference}/ownershipThe stakes a person holds in organisations. - GETList a profile's articles
/v1/profiles/{profileReference}/articlesArticles where the person is quoted or discussed, with the annotated statements. Newest first.