POST
/v1/contactpreferences/individualCreate contactpreferences individual
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idRequest body application/json
emailstringnullablecorePreferenceIdstringnullablevaluestringnullablechannelsstringnullablefrequenciesstringnullablesourcestringnullableResponses
idstringnullabletenant_idstringnullablecreated_atstring (date-time)updated_atstring (date-time)created_at_isostringnullableupdated_at_isostringnullablesystem_typestringnullablesystemstringnullablesystem_idstringnullablesystem_record_idstringnullablesystem_record_typestringnullableemail_addressstringrequiredmin length 1pattern ^[\w!#$%&'*+\-\/=?^`{|}~]+(\.{0,2}[\w!#$%&'*+\-\/=?^`{|}~]+)*\@([a-zA-Z0-9\-_]+\.?)*([a-zA-Z0-9\-_]{1,}\.[a-zA-Z0-9\-_]{1,})$masterPreference_Idstringnullablevaluestringnullablechannelsstringnullablefrequenciesstringnullablesourcestringnullablecurl --request POST \
--url 'https://api.4comply.io/v1/contactpreferences/individual' \
--header 'Authorization: Bearer sk_...' \
--header 'tenant_id: your-tenant-id' \
--header 'Content-Type: application/json' \
--data '{
"email": "user@example.com",
"corePreferenceId": "00000000-0000-0000-0000-000000000000",
"value": "string",
"channels": "string",
"frequencies": "string",
"source": "string"
}'