POST
/
scan
/
{scan_id}
/
feedback
curl --request POST \
  --url https://api.urldna.io/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>"
}

Authorizations

Authorization
string
header
required

Path Parameters

scan_id
string
required

Unique identifier of the scan.

Body

application/json

Response

200
application/json

Feedback successfully recorded.

The response is of type object.