Skip to content

Policies

Endpoints

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
}
]
}
]
}