POST
/
security
/
sifter
/
v2
/
protected_addresses
/
announces
curl --request POST \
  --url https://api.gcore.com/security/sifter/v2/protected_addresses/announces \
  --header 'APIKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "announce": "192.9.9.1/32",
  "enabled": true
}'
"<any>"

Authorizations

APIKey
string
header
required

API key for authentication.

Query Parameters

client_id
integer | null

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.