GET
/
blackhole-ips
curl --request GET \
  --url https://api.altostrat.io/content/blackhole-ips \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "Facebook",
    "category": "Social Networking",
    "blackhole_ip": "198.18.0.1"
  }
]

Authorizations

Authorization
string
header
required

Enter the Bearer token (obtained via authentication or provided internally).

Response

200
application/json

List of applications with blackhole IPs.

The response is of type object[].