GET/v1/citizens/forgotten/{email}

Get citizens forgotten

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

emailstringrequired

Responses

idstringnullable
created_at_isostringnullable
updated_at_isostringnullable
system_typestringnullable
systemstringnullable
system_idstringnullable
system_record_idstringnullable
system_record_typestringnullable
tenant_idstringnullable
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
ttl_monthsstringnullable
expirationstring (date-time)
created_atstring (date-time)
updated_atstring (date-time)
activity_idstringnullable
standard_countrystringnullable
standard_statestringnullable
processing_purposestringnullable
permission_categorystringnullable
permission_typestringnullable
regulation_idstringnullable
regulation_namestringnullable
json_datastringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/citizens/forgotten/user%40example.com' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'