v5
latestOpenAPI 3.1.02026-07-262421791.5 MBprofile
List business ultimate owners
Returns the list of all ultimate beneficial owners associated with the business profile.
get/v1/profiles/{profileId}/ubos
Path parameters
profileIdinteger required
Business profile ID.
Headers
X-External-Correlation-Idstring uuid
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Response
List of ultimate beneficial owner objects.
Example response
[
{
"id": "013ab1c2688d0185b582ee7e0bcb28b2",
"name": "John Doe",
"dateOfBirth": "1982-05-20",
"countryOfResidenceIso3Code": "usa",
"addressFirstLine": "123 Fake St",
"postCode": "FK 12345",
"ownershipPercentage": 30
}
]