Skip to main content
POST
/
urls
Report URL
curl --request POST \
  --url https://app.onefirewall.com/api/v1/urls \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "confidence": 1,
  "url": "<string>",
  "tags": [
    "<string>"
  ]
}
'
This response has no body data.

Authorizations

Authorization
string
header
required

Authorization Token

Body

application/json
confidence
number
default:1
required

Confidence from 0.0 to 1.0

url
string
required

Confidence level on the malicious capabilities of the url

tags
string[]
Required array length: 1 - 10 elements

Response

200 - undefined