v1
latestOpenAPI 3.0.32026-08-04404186.8 KBPerson
Add person information
Endpoint for adding new person information
post/v2/person
Request body
Example request
[
{
"address": {
"city": "London",
"country": "France",
"county": "Buckinghamshire",
"lines": [
"160 Kemp House, City Road"
],
"postal_code": "EC1V 2NX",
"state": "New York"
},
"date_of_birth": "1945-03-22",
"email": "contact@company.com",
"first_name": "Alex",
"is_account_owner": true,
"is_beneficial_owner": true,
"is_retail_customer": true,
"last_name": "Nguyen",
"name": "Alex Nguyen",
"nationality": "NPL",
"occupation": "Plumber",
"ownership_percentage": 0.5,
"phone_number": "+441234567899"
}
]Response
Person added successfully