Skip to main content
GET
/
kyb
/
companies
/
{id}
/
ubos
Get beneficial owners
curl --request GET \
  --url https://api.txcloud.io/v1/kyb/companies/{id}/ubos \
  --header 'Authorization: Bearer <token>'
{
  "company_id": "<string>",
  "ubos": [
    {
      "id": "<string>",
      "name": "<string>",
      "nationality": "<string>",
      "ownership": {},
      "verification": {},
      "screening": {}
    }
  ],
  "total_ownership_identified": 123,
  "ubo_threshold": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

UBOs list

company_id
string
ubos
object[]
total_ownership_identified
number
ubo_threshold
number