Skip to main content
GET
Retrieve a person claim

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.

claim_id
string
required

The ID of the claim.

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"