GET
/
security
/
sifter
/
v2
/
protected_addresses
/
announces
curl --request GET \
  --url https://api.gcore.com/security/sifter/v2/protected_addresses/announces \
  --header 'APIKey: <api-key>'
[
  {
    "announced": [
      "192.9.9.1/32",
      "203.0.113.1/32"
    ],
    "client_id": "128120",
    "not_announced": [
      "122.2.2.1/32",
      "120.0.113.2/32"
    ]
  }
]

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

site
string | null
Required string length: 1 - 100
origin
enum<string> | null
Available options:
STATIC,
DYNAMIC
announced
boolean | null
client_id
integer | null

Response

200
application/json

Successful Response

The response is of type ClientAnnounces · object[].