Get a beneficial owner
Retrieve details of a specific beneficial owner by ID.
Path parameters
Beneficial owner ID
Response
Successful operation
Example response
{
"id": "BeneficialOwner:019542f5-b3e7-1d02-0000-000000000001",
"customerId": "Customer:019542f5-b3e7-1d02-0000-000000000001",
"roles": [
"UBO",
"DIRECTOR"
],
"ownershipPercentage": 51,
"personalInfo": {
"firstName": "Jane",
"middleName": "Marie",
"lastName": "Smith",
"birthDate": "1978-06-15",
"nationality": "US",
"email": "jane.smith@acmecorp.com",
"phoneNumber": "+14155550192",
"address": {
"line1": "123 Main Street",
"line2": "Apt 4B",
"city": "San Francisco",
"state": "CA",
"postalCode": "94105",
"country": "US"
},
"idType": "SSN",
"identifier": "123-45-6789",
"countryOfIssuance": "US"
},
"kycStatus": "APPROVED",
"createdAt": "2025-10-03T12:00:00Z",
"updatedAt": "2025-10-03T12:00:00Z"
}Changes
Changed in 2 of the 33 revisions of this API.61
- ●
added the new
REQUEST_ID_MISSINGenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
UMA_NOT_FOUNDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
WALLET_SIGNATURE_BODY_MISMATCHenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
WALLET_SIGNATURE_INVALIDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
WALLET_SIGNATURE_MALFORMEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
WALLET_SIGNATURE_MISSINGenum value to theresponse property for the response statusresponse-property-enum-value-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○