GET/v1/contact/permissions/regulation/{regulationName}

Get permissions regulation

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

regulationNamestringrequired

Query parameters

pageinteger (int32)default 1
limitinteger (int32)default 50

Responses

successboolean
itemsarray of objectCitizenPermissionDTOnullable
idstringnullable
email_addressstringnullable
user_idstringnullable
tenant_idstringnullable
business_unitstringnullable
permission_valuestringnullable
consent_idstringnullable
standard_statestringnullable
permission_typestringnullable
permission_categorystringnullable
expirationstring (date-time)nullable
consent_sourcestringnullable
activity_datestring (date-time)nullable
processing_purposestringnullable
regulation_idstringnullable
regulation_namestringnullable
standard_countrystringnullable
created_atstring (date-time)nullable
updated_atstring (date-time)nullable
systemstringnullable
geo_codestringnullable
days_until_expiryinteger (int32)nullable
is_expiredboolean
is_expiring_soonboolean
metadatafree-form JSONnullable

Any JSON value. Not validated against a schema.

aggregationsfree-form JSONnullable

Any JSON value. Not validated against a schema.

paginationobjectPaginationInfo
totalinteger (int32)
pageinteger (int32)
limitinteger (int32)
has_moreboolean
query_infoobjectQueryInfo
endpointstringnullable
filters_appliedarray of stringnullable
execution_timestringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/contact/permissions/regulation/Example%20name' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'