URL Feeds
Report URL
Enable users to report url suspected of serving malware, viruses, or trojans.
POST
/
urls
curl --request POST \
--url https://app.onefirewall.com/api/v1/urls \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"confidence": 1,
"tags": [
"<string>"
],
"url": "<string>"
}'
Authorizations
Authorization Token
Body
application/json
curl --request POST \
--url https://app.onefirewall.com/api/v1/urls \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"confidence": 1,
"tags": [
"<string>"
],
"url": "<string>"
}'
Assistant
Responses are generated using AI and may contain mistakes.