Policies
Endpoints
Section titled “Endpoints”GET /api/policy
Section titled “GET /api/policy”Get all your policies.
Response:
{ [ { "Name": "string", "Type": "string", "Enabled": "boolean", "ExistingPolicyURL": "string", "Domains": ["string"], "Laws": ["string"], "CustomerPolicy": { // CustomerPolicy object }, "LegalPolicyTranslations": [ { // LegalPolicyTranslation object } ] } ]}