Skip to main content
API version 2025.0 A standard representation of a Shield List.
id
string
example: 90fb0e17-c332-40ed-b4f9-fa8908fbbb24Unique identifier for the shield list.
type
string
example: shield_listType of the object.
content
Shield List Content (Country)/Shield List Content (Domain)/Shield List Content (Email)/Shield List Content (Integration)/Shield List Content (IP)object
Specifies the type of elements in this Shield List and includes the elements themselves.
created_at
string(date-time)
example: 2025-01-13T15:31:01.896ZISO date time string when this shield list object was created.
description
string
example: A list of things that are shieldedDescription of Shield List.
enterprise
object
Enterprise for which this list belongs to.
name
string
example: Shield List NameName of the shield list.
updated_at
string(date-time)
example: 2025-01-13T15:31:01.896ZISO date time string when this shield list object was updated.
{
  "id": "90fb0e17-c332-40ed-b4f9-fa8908fbbb24",
  "type": "shield_list",
  "content": {
    "type": "country",
    "country_codes": [
      "US",
      "PL"
    ]
  },
  "created_at": "2025-01-13T15:31:01.896Z",
  "description": "A list of things that are shielded",
  "enterprise": {
    "id": "1910967",
    "type": "enterprise"
  },
  "name": "Shield List Name",
  "updated_at": "2025-01-13T15:31:01.896Z"
}