Get company attributes
Retrieve the list of all attributes defined for companies, including both system-default and custom attributes. Each attribute includes its label, internal name, type, required status, and available options for select-type attributes.
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Response
Returns list of company attributes
internalName
Internal name of the attribute
attributeTypeName
Type of the attribute
label
Display label of the attribute
attributeOptions
Options for single-select or multi-choice attributes
isRequired
Whether this attribute is required
isValueReadonly
Whether this attribute value is read-only
Errors
400
Bad Request Error