v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
BGP announces

List BGP announces

List BGP announces with optional filtering by site, origin, announcement status, and client.

get/security/sifter/v2/protected_addresses/announces

Query parameters

sitestring nullable
originOrigin[] nullable
announcedboolean nullable
limitinteger nullable
offsetinteger nullable
client_idinteger nullable

A positive integer ID

A positive integer ID

Response

Successful Response

client_idinteger required
announcedstring[] required
not_announcedstring[] required

Example response

[
  {
    "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"
    ]
  }
]