v2

latestOpenAPI 3.0.02026-08-08112115411.4 KB
Leads

Get a lead's custom fields

Get a list of custom fields that are applied to a lead.

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"
  }
]