v4
OpenAPI 3.1.02026-08-012402353.8 MBRetrieve a Beneficial Owner
get/entity_beneficial_owners/{entity_beneficial_owner_id}
Path parameters
entity_beneficial_owner_idstring required
The identifier of the Beneficial Owner to retrieve.
Response
Beneficial Owner
Example response
{
"company_title": "CEO",
"created_at": "2020-01-31T23:59:59Z",
"entity_id": "entity_n8y8tnk2p9339ti393yi",
"id": "entity_beneficial_owner_vozma8szzu1sxezp5zq6",
"idempotency_key": null,
"individual": {
"address": {
"city": "New York",
"country": "US",
"line1": "33 Liberty Street",
"line2": null,
"state": "NY",
"zip": "10045"
},
"date_of_birth": "1970-01-31",
"identification": {
"method": "social_security_number",
"number_last4": "1120"
},
"name": "Ian Crease"
},
"prongs": [
"control",
"ownership"
],
"type": "entity_beneficial_owner"
}