Redact Configuration API Reference
The Pangea Redact API helps developers limit the sprawl of sensitive information by performing redaction using defined rules.
Base URL
redact.<csp>.<region>.pangea.cloud
post/v1beta/config/list
cURL
curl -sSLX POST 'https://redact.aws.us.pangea.cloud/v1beta/config/list' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
v-1-beta-config-list
POST
https://redact.aws.us.pangea.cloud/v1beta/config/listWas this article helpful?