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 (Mini)

A mini representation of a Shield List.

string
12345678-1234-1234-1234-123456789012

Unique global identifier for this list.

string
shield_list

The type of object.

Value is always shield_list

object
country_code

The type of content in the shield list.

string
My Shield List

Name of Shield List.

Response Example

{
  "id": "12345678-1234-1234-1234-123456789012",
  "type": "shield_list",
  "content": {
    "type": "country_code"
  },
  "name": "My Shield List"
}