Individual Clients
Get individual client by ID
Retrieve an individual client by its unique identifier.
GET
Retrieves detailed information about a specific individual client by their unique identifier. Requires an API key with access level 1 or higher.
Path parameters
string
required
Unique identifier of the client.
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.
