PUT
/
urls
/
{url}
curl --request PUT \
  --url https://app.onefirewall.com/api/v1/urls/{url} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "decision": -1
}'

Authorizations

Authorization
string
header
required

Authorization Token

Path Parameters

url
string
required

URL you wishing to gain information (must be valid format and URL Encoded)

Body

application/json