Get custom fields

Get a list of all custom fields in your organization. Use this to see what additional data you're tracking on your leads. Supports JSON:API filtering, sorting, and pagination.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Supports all JSON:API query parameters including:

Filtering - filter[field]=value
(e.g., filter[status]=active&filter[updated_at][gte]=2024-08-27T06:00:00.000Z)

Sorting - sort=field or sort=-field
(e.g., sort=-inserted_at)

Pagination - page[limit]=N&page[offset]=N&page[count]=true
(e.g., page[limit]=25&page[offset]=50)

Field Selection - fields[type]=field1,field2
(e.g., fields[custom_field]=name,status)

Includes - include=relationship
Valid includes: custom_field_options
(e.g., include=custom_field_options)

Responses

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