Account Holder
Get an individual or business account holder
Get an Individual or Business Account Holder and/or their KYC or KYB evaluation status.
get/v1/account_holders/{account_holder_token}
Path parameters
account_holder_tokenstring uuid required
Globally unique identifier for the account holder.
Response
OK
Example response
{
"beneficial_owner_individuals": [
{
"address": {
"address1": "123 Old Forest Way",
"city": "Omaha",
"country": "USA",
"postal_code": "68022",
"state": "NE"
},
"dob": "1991-03-08 08:00:00",
"email": "tom@middle-earth.com",
"first_name": "Tom",
"last_name": "Bombadil",
"phone_number": "+15555555555"
}
],
"business_entity": {
"address": {
"address1": "123 Old Forest Way",
"city": "Omaha",
"country": "USA",
"postal_code": "68022",
"state": "NE"
},
"government_id": "114-123-1513",
"legal_business_name": "Acme, Inc.",
"phone_numbers": [
"+15555555555"
]
},
"control_person": {
"address": {
"address1": "123 Old Forest Way",
"city": "Omaha",
"country": "USA",
"postal_code": "68022",
"state": "NE"
},
"dob": "1991-03-08 08:00:00",
"email": "tom@middle-earth.com",
"first_name": "Tom",
"last_name": "Bombadil",
"phone_number": "+15555555555"
},
"email": "+15555555555",
"individual": {
"address": {
"address1": "123 Old Forest Way",
"city": "Omaha",
"country": "USA",
"postal_code": "68022",
"state": "NE"
},
"dob": "1991-03-08 08:00:00",
"email": "tom@middle-earth.com",
"first_name": "Tom",
"last_name": "Bombadil",
"phone_number": "+15555555555"
},
"phone_number": "+15555555555"
}