customers
List claims for a person
List claims for a person by ID.
get/persons/{person_id}/claims
Path parameters
person_idstring required
The ID of the person.
The ID of the person.
Query parameters
claim_type'identity' | 'nationalities' | 'residence' | 'tax_residencies' | 'fatca_status' | 'pep_status' | 'education_level' | 'employment' | 'financial_profile' | 'investment_experience' | 'expected_activity' | 'relationships' | 'registration' | 'contact_details' | 'lei' | 'registered_address' | 'operating_address' | 'business_nature'
If set, only claims of this type.
status'pending' | 'verified'
Filter by claim status (pending or verified). If omitted, claims of all statuses are returned.
include_historyboolean
Default true: every row for this person is returned (archived pendings and superseded verifieds included), newest-first. Set to false to collapse to the two current rows per claim type -- the active verified row and the in_flight pending update, if any.
Default true: every row for this person is returned (archived pendings and superseded verifieds included), newest-first. Set to false to collapse to the two current rows per claim type -- the active verified row and the in_flight pending update, if any.
Response
OK
Example response
[
{
"archived_at": "2026-07-20T08:15:00Z",
"created_at": "2026-07-14T09:30:00Z",
"superseded_at": "2026-08-01T12:00:00Z",
"verified_at": "2026-07-14T10:00:00Z"
}
]