List all custom fields

Retrieve all custom fields for your team. Custom fields allow you to extend person and company records with additional data fields.

Use Cases:

  • Discover available custom fields for data entry
  • Build dynamic forms based on custom fields
  • Understand field types and validation requirements
  • Filter fields by entity type (people, companies, or both)

Field Types:

  • text - Single-line text input
  • number - Numeric values (integers or decimals)
  • date - Date values (ISO 8601 format)
  • dropdown - Single-select dropdown (includes choices array)
  • multi_select - Multi-select dropdown (select multiple values from predefined choices)

Filter by Entity:
Use the appliesTo query parameter to filter fields:

  • people - Only fields that apply to people
  • companies - Only fields that apply to companies
  • both - Fields that apply to both entities
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filter by entity type: "people", "companies", or "both"

integer

Items per page (default: 25, max: 100)

integer

Page number (default: 1)

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json