New: French documentation now available! Switch to French
English
cURL
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": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Company profile