Companies
Get company attributes
get/companies/attributes
Response
Returns list of company attributes
Example response
[
{
"internalName": "name",
"label": "Company Name",
"attributeTypeName": "text",
"attributeOptions": [
{
"key": "custom key",
"value": "custom label"
}
],
"isRequired": true
}
]