Box Developer Documentation

Shield List Content (Country)

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

string
country

The type of content in the shield list.

Value is always country

string array
["US","PL"]
1
1000

List of country codes values.

Response Example

{
  "type": "country",
  "country_codes": [
    "US",
    "PL"
  ]
}