Skip to main content
GET
List claims for a person

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

person_id
string
required

The ID of the person.

Query Parameters

claim_type
enum<string> | null

If set, only claims of this type.

Available options:
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
status
enum<string> | null

Filter by claim status (pending or verified). If omitted, claims of all statuses are returned.

Available options:
pending,
verified
include_history
boolean
default:true

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

archived_at
string<date-time> | null
required

Date and time a newer pending claim replaced this row; null if this is the current pending row.

Example:

"2026-07-20T08:15:00Z"

claim_type
any
required
created_at
string<date-time>
required

Date and time the claim was created.

Example:

"2026-07-14T09:30:00Z"

date_of_birth
string<date>
required
first_name
string
required
id
string
required

Unique resource identifier.

last_name
string
required
lifecycle
enum<string>
required
read-only

Derived lifecycle role from status, archived_at, and superseded_at.

Available options:
active,
in_flight,
historical
person
string
required

ID of the person this claim belongs to.

status
enum<string>
required

Claim status (pending or verified). Non-null superseded_at means a newer verified claim replaced this row.

Available options:
pending,
verified
superseded_at
string<date-time> | null
required

Date and time a newer verified claim replaced this row; null if this is the current row.

Example:

"2026-08-01T12:00:00Z"

verified_at
string<date-time> | null
required

Date and time the claim was verified; null while pending.

Example:

"2026-07-14T10:00:00Z"