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
internalNamestring
Internal name of the attribute
attributeTypeNamestring
Type of the attribute
labelstring
Display label of the attribute
attributeOptionslist of objects

Options for single-select or multi-choice attributes

isRequiredboolean
Whether this attribute is required
isValueReadonlyboolean

Whether this attribute value is read-only

Errors

400
Bad Request Error