Skip to main content
POST
Creates a new individual client for the company with identity data and address. Documentation and products are enabled on demand after creation. Requires an API key with access level 1 or higher.

Body

string
required
Client’s first name.
string
Client’s second or middle name.
string
required
Client’s last name.
string
required
Client’s email address. Must be a valid email.
string
required
Client’s date of birth (yyyy-mm-dd).
object
required
Client’s physical address.
integer
Phone country code.
long
Phone number.

Response

string
Unique client identifier.
string
Client type. Always individual.
string
Account status (e.g., pending, active, rejected).
string
Client’s first name.
string
Client’s second or middle name.
string
Client’s last name.
string
Client’s email address.
string
Client’s date of birth.
integer
Phone country code.
long
Phone number.
object
Client’s physical address with street_line1, street_line2, city, postal_code, state, state_code, country, country_code.