GET/v1/corepreference-integrations

Get corepreference integrations

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Responses

idstringnullable
tenant_idstringnullable
created_atstring (date-time)
updated_atstring (date-time)
corePreferenceIdstringnullable
integrationTypestringnullable
defaultMappingobjectComplianceInputMapping
processingPurposeTruestringnullable
processingPurposeFalsestringnullable
permissionTypestringnullable
consentMappingobjectConsentCodeMapping
channelMappingsarray of objectChannelMappingnullable
channelIdstringnullable
statusstringnullable
descriptionstringnullable
instanceIdstringnullable
is_deletedboolean
deleted_atstring (date-time)nullable
curl --request GET \
  --url 'https://api.4comply.io/v1/corepreference-integrations' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'