Skip to main content
GET
Fetch Redaction Config
Fetches the redaction config currently in effect for your Operata account, as a single JSON document. Use it to confirm the active allow-list or deny-list before you replace or remove it. If no config exists, the endpoint returns 404 and the Cloud Collector falls back to the privacy-first default — it ships only the mandatory CTR fields.

Endpoint

Parameters

This endpoint takes no parameters. Credentials on the request determine the Operata account scope.

Response

200 OK with the active redaction config.

Example

Errors

See Errors for shared codes such as 401 unauthorized, 429 rate_limited, and the 5xx family.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200

key
string
Example:

"REDACTION_CONFIG"

value
object