POST
/
domains
curl --request POST \
  --url https://app.onefirewall.com/api/v1/domains \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "confidence": 1,
  "tags": [
    "<string>"
  ],
  "domain": "<string>"
}'

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[]