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