v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Companies

Get company attributes

get/companies/attributes

Response

Returns list of company attributes

internalNamestring
labelstring
attributeTypeNamestring
attributeOptionsobject[]
isRequiredboolean

Example response

[
  {
    "internalName": "name",
    "label": "Company Name",
    "attributeTypeName": "text",
    "attributeOptions": [
      {
        "key": "custom key",
        "value": "custom label"
      }
    ],
    "isRequired": true
  }
]