GET/v1/corecontactfields/search/name

Get search name

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Query parameters

namestring

Responses

array of objectCoreContactField
idstringnullable
tenant_idstringnullable
created_atstring (date-time)
updated_atstring (date-time)
namestringnullablemax length 64
typestringnullable
labelstringnullablemax length 64
businessUnitstringnullable
translationsobjectnullable
{key}objectTranslationEntry
customCSSstringnullable
isRequiredboolean
internalDescriptionstringnullable
descriptionstringnullablemax length 512
statusstringnullable
preferenceCatalogIdstringnullable
htmlstringnullable
internalIDstringnullable
isEmailIdentifierboolean
is_deletedboolean
deleted_atstring (date-time)nullable
curl --request GET \
  --url 'https://api.4comply.io/v1/corecontactfields/search/name' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'