customers
Create a claim for a person
Submit a claim of any type for a person. The claim is created with pending status and will need verification.
post/persons/{person_id}/claims
Path parameters
person_idstring required
The ID of the person.
The ID of the person.
Request body
Response
Created
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"
}