Skip to main content
API version 2025.0 Representation of content of a Shield List that contains domains data.
type
string
example: domainThe type of content in the shield list.Value is always domain
domains
stringarray
example: ["box.com","example.com"]List of domain.
{
  "type": "domain",
  "domains": [
    "box.com",
    "example.com"
  ]
}