Box Developer Documentation

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"
}