GET/v1/citizens/complianceinput/{email}

Get citizens complianceinput

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

emailstringrequired

Responses

array of objectComplianceInput
idstringnullable
tenant_idstringnullable
created_atstring (date-time)
updated_atstring (date-time)
created_at_isostringnullable
updated_at_isostringnullable
system_typestringnullable
systemstringnullable
system_idstringnullable
system_record_idstringnullable
system_record_typestringnullable
email_addressstringrequiredmin length 1pattern ^[\w!#$%&'*+\-\/=?^`{|}~]+(\.{0,2}[\w!#$%&'*+\-\/=?^`{|}~]+)*\@([a-zA-Z0-9\-_]+\.?)*([a-zA-Z0-9\-_]{1,}\.[a-zA-Z0-9\-_]{1,})$
user_idstringnullable
consent_codestringnullable
standard_countrystringnullable
standard_statestringnullable
permission_sourcestringnullable
processing_purposestringnullable
permission_typestringnullable
regulation_idstringnullable
regulation_namestringnullable
business_unitstringnullable
meansstringnullable
external_sourcestringnullable
privacy_notice_versionstringnullable
consent_languagestringnullable
custom_field_1stringnullable
custom_field_2stringnullable
activity_datestring (date-time)
custom_field_3stringnullable
custom_field_4stringnullable
custom_field_5stringnullable
custom_field_6string (date-time)
custom_field_7string (date-time)
input_entitystringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/citizens/complianceinput/user%40example.com' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'