cURL
curl --request POST \ --url https://api.urldna.io/v1/scan/{scan_id}/feedback \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "attribute": "SAFE" }'
{ "malicious_count": 123, "safe_count": 123, "user_feedback": "<string>" }
Provide feedback on the scan verdict. The feedback can either classify the scan as MALICIOUS or SAFE.
Unique identifier of the scan.
Feedback successfully recorded.
The response is of type object.
object