Leads

Get a lead's custom fields

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

get/leads/{id}/customfields

Path parameters

idstring required

Lead ID

Response

Custom Fields

idstring

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

valuestring

Custom fields can be many different types, see the guide on Custom Fields for more info.

Example response

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

Changes