Custom Fields
Get a custom_field
Retrieve a custom field by ID
GET
Get a custom_field
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Path Parameters
The custom_field ID
Response
successful
The custom field ID
Example:
"abc123xyz"
The unique field key
Example:
"pageport_lead_source"
The human-readable field name
Example:
"Lead Source"
The entity type this field applies to
Available options:
Household, Person, Contact, Opportunity Example:
"Household"
The field data type
Available options:
text, number, date, boolean, single_select, cross_reference Example:
"text"
Field-specific options (e.g., select_options for single_select, cross_reference_allowed_target_types for cross_reference)
Previous
List all householdsList all households (Clients and Prospects). Supports filtering by book id, household type, updated_since timestamp, email, and phone.
Next
Get a custom_field