Company types

The type of company determines the specific questions and documents required when performing due diligence on your connections or sharing your profile.

Available company types

To get the complete list of available company types, call the company-types endpoint.

GET /api/company-types

[
  {
    "id": COMPANY-TYPE-ID,
    "name": "Asset manager"
  },
  {
    "id": COMPANY-TYPE-ID,
    "name": "Broker"
  },
  {
    "id": COMPANY-TYPE-ID,
    "name": "Distributor"
  }
  ...
]