GET
/
ipv4
/
{min_score}
curl --request GET \
  --url https://app.onefirewall.com/api/v1/ipv4/{min_score} \
  --header 'Authorization: <api-key>'
"X.Y.Z.W\nX.Y.Z.W\nX.Y.Z.W\nX.Y.Z.W\n....."

Authorizations

Authorization
string
header
required

Authorization Token

Path Parameters

min_score
number
required

Minimum WCF Crime Score Feeds

Required range: 0 < x < 1001

Query Parameters

format
enum<string>

CSV=the output is CSV, LIST=the output is a list of IPs separated by ‘,’

Available options:
CSV,
LIST
agid
string

Agent ID

plugin
string

Plugin Name

page
string

A cursor that indicates the next page ID to access the next batch of data

Response

200 - text/html
If the response header contains a variable with name next_page, use the value with the new request on the API in order to retreive the next batch of data for the same Score. If the header is not presented, means there no more data to return.

The response is of type string.