v6

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0161197504.7 KB
customers

Create a person

Creates a person from claims with optional verification evidence. Supports both natural and legal persons.

post/persons

Request body

person_type'natural' | 'legal' required

Response

Created

created_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was created.

full_namestring required

Person's full name.

idstring required

Unique resource identifier.

modified_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was last modified.

person_type'natural' | 'legal' required

Example response

{
  "claims": [
    {
      "created_at": "2026-07-14T09:30:00Z"
    }
  ]
}