GET/v1/citizens/complianceinput/bycountry/{regulationId}

Get complianceinput bycountry

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

regulationIdstringrequired

Query parameters

permission_typestring

Responses

total_numberinteger (int32)
dataarray of objectComplianceInputCountrynullable
standard_countrystringnullable
standard_statestringnullable
country_namestringnullable
numberinteger (int32)
curl --request GET \
  --url 'https://api.4comply.io/v1/citizens/complianceinput/bycountry/00000000-0000-0000-0000-000000000000' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'