Leads

Get applicable custom fields for leads

Get user-created custom fields that can be applied to leads. System-managed attribution identifiers are excluded and are available through the lead's attributionTracking property.

get/leads/customfields/attributes

Response

Custom Fields

idstring

The API ID of this entity, formatted {integer}-{entityType}

Example response

[
  {
    "id": "3-contacts"
  }
]

Changes