List Policies
Return all policy names available in the namespace.
{}
curl -X GET https://<domain>/api/vault/metadata/policy/list \
-H "Authorization: Bearer <NAMESPACE_ADMIN_API_KEY>"
{
"data": {
"policies": [
"Testing_Default_Policy",
"customer-support-policy",
"analytics-anonymization-policy"
]
},
"success": true,
"error": { "message": "" }
}
Returns all policies available in the namespace.
Endpoint
| Method | Endpoint |
|---|---|
GET | https://<domain>/api/vault/metadata/policy/list |
Response fields
policiesarray[string]
RequiredList of all policy names in the namespace. Use these names in policy_name fields of Mask and Unmask requests.
Was this page helpful?
Last updated 2 days ago
Built with Documentation.AI