GET/v1/corepreferences

Get corepreferences

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Query parameters

Filtersstring
Sortsstring
Pageinteger (int32)minimum 1maximum 2147483647
PageSizeinteger (int32)minimum 1maximum 2147483647

Responses

array of objectCorePreference
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
internalIDstringnullable
frequenciesIdsarray of stringnullable
channelsIdsarray of stringnullable
preferenceCatalogIdstringnullable
htmlstringnullable
is_deletedboolean
deleted_atstring (date-time)nullable
curl --request GET \
  --url 'https://api.4comply.io/v1/corepreferences' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'