Skip to main content
Custom fields let you store structured data against your contacts — such as short text, numbers, dates, or booleans. Use this endpoint to retrieve all custom fields defined in your workspace. You can paginate through results and search by keyword to find specific fields quickly.
GET /api/v1/custom-fields

Query Parameters

integer
The page number to retrieve. Must be 1 or greater. Defaults to 1.
integer
Number of custom fields to return per page. Must be 1 or greater.
string
Filter custom fields by name. Returns all fields whose name contains the provided keyword (case-insensitive).

Code Examples

Response

Returns a 200 OK with a data array of custom field objects.

Response Fields

array
required
Array of custom field objects belonging to the workspace.

Example Response