Get ownership structure
curl --request GET \
--url https://api.txcloud.io/v1/kyb/companies/{id}/structure \
--header 'Authorization: Bearer <token>'{
"company_id": "<string>",
"shareholders": [
{}
],
"subsidiaries": [
{}
],
"structure_depth": 123,
"total_ubos": 123
}Companies
Get ownership structure
GET
/
kyb
/
companies
/
{id}
/
structure
Get ownership structure
curl --request GET \
--url https://api.txcloud.io/v1/kyb/companies/{id}/structure \
--header 'Authorization: Bearer <token>'{
"company_id": "<string>",
"shareholders": [
{}
],
"subsidiaries": [
{}
],
"structure_depth": 123,
"total_ubos": 123
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
⌘I