v1
latestOpenAPI 3.1.02026-07-242325051.4 MBCore Data
CompanyTypes
Get all company types that are in our system.
get/v2/companytypes
Response
OK
Example response
{
"companyTypes": [
{
"id": 1,
"name": "Private Limited Liability Merchant",
"countryCode": "NL",
"translations": {
"translations": {
"name": {
"nl_NL": "...",
"en_GB": "..."
},
"description": {
"nl_NL": "...",
"en_GB": "..."
}
}
},
"createdAt": "2024-06-04T08:15:00+01:00",
"modifiedAt": "2024-06-04T08:15:00+01:00",
"deletedAt": "A-1234-4321"
}
],
"total": 10
}