IPv4 Feeds
Report IPv4
IPv4 Feeds
Report IPv4
Post information about threat intelligence in relation to a IPv4
POST
/
ips
curl --request POST \
--url https://app.onefirewall.com/api/v1/ips \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"ip": "<string>",
"confidence": 123,
"notes": "<string>",
"decision": -1,
"ttl": 123,
"source": "<string>"
}'
Authorizations
Authorization Token
Body
application/json
curl --request POST \
--url https://app.onefirewall.com/api/v1/ips \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"ip": "<string>",
"confidence": 123,
"notes": "<string>",
"decision": -1,
"ttl": 123,
"source": "<string>"
}'