Deals
Get deal attributes
get/crm/attributes/deals
Response
Returns list of deal attributes
Example response
[
{
"internalName": "deal_name",
"label": "Deal Name",
"attributeTypeName": "text",
"attributeOptions": [
{
"key": "custom key",
"value": "custom label"
}
],
"isRequired": true
}
]