Skip to main content
GET
/
security
/
sifter
/
v3
/
templates
/
{protection_template_id}
/
policies
List protection template policies
curl --request GET \
  --url https://api.gcore.com/security/sifter/v3/templates/{protection_template_id}/policies \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>"
  }
]

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

protection_template_id
integer
required

A positive integer ID

Required range: 1 <= x <= 1000000000

Response

Successful Response

id
string
required

Unique identifier of the policy

name
string
required

Name of the policy

description
string
required

Description of the policy