Box Developer Documentation

A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.

Shield List Content (Domain)

Representation of content of a Shield List that contains domains data.

string
domain

The type of content in the shield list.

Value is always domain

string array
["box.com","example.com"]
1
100000

List of domain.

Response Example

{
  "type": "domain",
  "domains": [
    "box.com",
    "example.com"
  ]
}