Redact check outcome
URL
Headers
Name
Type
Description
Path parameters
Name
Type
Description
Body
Name
Type
Description
Attributes
Event
Description
Images
Event
Description
Was this helpful?
curl -X POST https://api.complycube.com/v1/checks/{:checkId}/redact \
-H 'Authorization: <YOUR_API_KEY>' \
-H 'Content-Type: application/json' \
-d '{
"attributes": [
"documentNumber",
"personalNumber",
"issuingAuthority"
],
"images": [
"face"
]
}'{}