POST
/v1/citizens/complianceinputCreate citizens complianceinput
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idRequest body application/json
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,})$user_idstringnullableconsent_codestringnullablestandard_countrystringnullablestandard_statestringnullablepermission_sourcestringnullableprocessing_purposestringnullablepermission_typestringnullableregulation_idstringnullableregulation_namestringnullablebusiness_unitstringnullablemeansstringnullableexternal_sourcestringnullableprivacy_notice_versionstringnullableconsent_languagestringnullablecustom_field_1stringnullablecustom_field_2stringnullableactivity_datestring (date-time)custom_field_3stringnullablecustom_field_4stringnullablecustom_field_5stringnullablecustom_field_6string (date-time)custom_field_7string (date-time)input_entitystringnullableexpirationstring (date-time)nullableinput_countrystringnullableinput_statestringnullableResponses
No response body.
curl --request POST \
--url 'https://api.4comply.io/v1/citizens/complianceinput' \
--header 'Authorization: Bearer sk_...' \
--header 'tenant_id: your-tenant-id' \
--header 'Content-Type: application/json' \
--data '{
"id": "00000000-0000-0000-0000-000000000000",
"tenant_id": "your-tenant-id",
"created_at": "2026-09-07T12:00:00Z",
"updated_at": "2026-09-07T12:00:00Z",
"created_at_iso": "2026-09-07T12:00:00Z",
"updated_at_iso": "2026-09-07T12:00:00Z",
"system_type": "string",
"system": "string",
"system_id": "00000000-0000-0000-0000-000000000000",
"system_record_id": "00000000-0000-0000-0000-000000000000",
"system_record_type": "string",
"email_address": "user@example.com",
"user_id": "00000000-0000-0000-0000-000000000000",
"consent_code": "example-code",
"standard_country": "US",
"standard_state": "CA",
"permission_source": "string",
"processing_purpose": "string",
"permission_type": "string",
"regulation_id": "00000000-0000-0000-0000-000000000000",
"regulation_name": "Example name",
"business_unit": "string",
"means": "string",
"external_source": "string",
"privacy_notice_version": "1",
"consent_language": "en",
"custom_field_1": "string",
"custom_field_2": "string",
"activity_date": "2026-09-07T12:00:00Z",
"custom_field_3": "string",
"custom_field_4": "string",
"custom_field_5": "string",
"custom_field_6": "2026-09-07T12:00:00Z",
"custom_field_7": "2026-09-07T12:00:00Z",
"input_entity": "string",
"expiration": "2026-09-07T12:00:00Z",
"input_country": "US",
"input_state": "CA"
}'