Request
Add parameter in header X-DPT-AUTHORIZATION
Example:X-DPT-AUTHORIZATION: ********************
or
Request Code Samples
curl --location -g --request GET 'https://sandbox.privicore.com:9009/policy/list-policies?page&perPage&filters[active]&filters[name]' \
--header 'X-DPT-AUTHORIZATION: <api-key>'
Responses
{
"items": [
{
"id": "example_policy_id",
"name": "example_name",
"policyId": "template_id",
"votingConfigurationId": "245ce32f-e838-42ad-92ed-df93dbe0edab",
"configuration": [
"string"
],
"active": 1,
"applyingEventIds": [
"string"
],
"createdAt": "2025-02-10T10:03:06+00:00"
}
],
"meta": {
"page": 1,
"perPage": 25,
"count": 1,
"maxPage": 1
}
}
Modified at 2025-12-02 10:52:30