CRM
List contact fields
Returns contact field definitions, including system fields and custom fields. Use property_name as the stable key for custom field values.
get/v1/contacts/fields
Response
Contact fields were returned.
Example response
{
"success": true,
"data": {
"fields": [
{
"property_name": "customer_tier_123",
"current_name": "Customer Tier",
"original_name": "Customer Tier"
}
]
}
}