Get company profile
curl --request GET \
--url https://api.txcloud.io/v1/kyb/companies/{id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"legal_name": "<string>",
"registration_number": "<string>",
"tax_id": "<string>",
"legal_form": "<string>",
"status": "<string>",
"incorporation_date": "2023-12-25",
"country": "<string>",
"address": {},
"industry": {},
"capital": {}
}Companies
Get company profile
GET
/
kyb
/
companies
/
{id}
Get company profile
curl --request GET \
--url https://api.txcloud.io/v1/kyb/companies/{id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"legal_name": "<string>",
"registration_number": "<string>",
"tax_id": "<string>",
"legal_form": "<string>",
"status": "<string>",
"incorporation_date": "2023-12-25",
"country": "<string>",
"address": {},
"industry": {},
"capital": {}
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
⌘I