Request
Provide string data and scan it using the specified policy UUID to uncover sensitive information. If a violation is detected, it will return a list of findings. If no findings are detected, it will return "message": "no violation found".
Required attributes
policy.uuidThe policy UUID you want to use for the scan. Currently, only one policy is allowed.payloadThe message you want to scan.
Example
In this example, a policy with UUID ba8c9752-7c35-4e99-a628-3c942d268fc2 and a configured IBAN detection rule will detect IBANs in a payload. The payload message we use for this example is Please transfer the amount of 100 € from CH9305881020624751001 to GB82WEST12345698765432. Thank you..
Provide string data and scan it using the specified policy UUID to uncover sensitive information. If a violation is detected, it will return a list of findings. If no findings are detected, it will return "message": "no violation found".
In this message, the example policy detected two IBANs as findings and created one violation for this.




