customers
Retrieve a person claim
Retrieve a single claim for a person by person ID and claim ID.
get/persons/{person_id}/claims/{claim_id}
Path parameters
person_idstring required
The ID of the person.
The ID of the person.
claim_idstring required
The ID of the claim.
The ID of the claim.
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"
}