Skip to main content
POST
/
domains
Report Domain
curl --request POST \
  --url https://app.onefirewall.com/api/v1/domains \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "confidence": 1,
  "domain": "<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 level on the malicious capabilities of the domain

domain
string
required

Domain name

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

Response

200 - undefined