cURL
curl --request PUT \ --url https://app.onefirewall.com/api/v1/urls/{url} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "decision": -1 }'
This API is used to change / overwrite the decision based on score, in other words setting manually a IoC in whitelist or blacklist.
Authorization Token
URL you wishing to gain information (must be valid format and URL Encoded)