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
cURL
curl -sSLX POST 'https://redact.aws.us.pangea.cloud/v1beta/config' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Get redact config (Beta)
POST
https://redact.aws.us.pangea.cloud/v1beta/configpost/v1beta/config/create
cURL
curl -sSLX POST 'https://redact.aws.us.pangea.cloud/v1beta/config/create' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
This endpoint cannot be called through the documentation site
Create redact config (Beta)
POST
https://redact.aws.us.pangea.cloud/v1beta/config/createCreate a redact service config
post/v1beta/config/update
cURL
curl -sSLX POST 'https://redact.aws.us.pangea.cloud/v1beta/config/update' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
This endpoint cannot be called through the documentation site
Update redact config (Beta)
POST
https://redact.aws.us.pangea.cloud/v1beta/config/updatepost/v1beta/config/delete
cURL
curl -sSLX POST 'https://redact.aws.us.pangea.cloud/v1beta/config/delete' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
This endpoint cannot be called through the documentation site
Delete redact config (Beta)
POST
https://redact.aws.us.pangea.cloud/v1beta/config/deletepost/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
List redact configs (Beta)
POST
https://redact.aws.us.pangea.cloud/v1beta/config/listList redact service configs
Status Codes
Status | Status Code | Description |
---|---|---|
InvalidFPEKey | 400 | FPE key provided was not valid |
RegexTimeout | 400 | A user-provided regex took too long to run |
Was this article helpful?