Skip to main content
API version 2025.0 A mini representation of a Shield List.
id
string
example: 12345678-1234-1234-1234-123456789012Unique global identifier for this list.
type
string
example: shield_listThe type of object.Value is always shield_list
content
object
name
string
example: My Shield ListName of Shield List.
{
  "id": "12345678-1234-1234-1234-123456789012",
  "type": "shield_list",
  "content": {
    "type": "country_code"
  },
  "name": "My Shield List"
}