v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Deals

Get deal attributes

get/crm/attributes/deals

Response

Returns list of deal attributes

internalNamestring
labelstring
attributeTypeNamestring
attributeOptionsobject[]
isRequiredboolean

Example response

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