Skip to main content
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

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

Company profile

name
string
registration_number
string
tax_id
string
status
string
incorporation_date
string<date>
country
string
address
object
industry
object
capital
object