v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBCustom Fields
List Contact's custom fields
Lists the custom fields that can be attached to a Contact.
Required scope: custom_fields:read
get/contacts/custom_fields
Response
Array of Custom Fields
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/custom_fields"
},
"_results": [
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/custom_fields/fld_co0e"
},
"id": "fld_co0e",
"name": "Customer plan",
"description": "The billing plan of the customer",
"type": "enum",
"values": [
{
"value": "Enterprise",
"label": "Customer plan"
}
]
}
]
}