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

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

string
integration

The type of content in the shield list.

Value is always integration

object array
1

List of integration.

505e40b5-5d04-446a-9268-72a0ccc13669

The ID of the integration.

Response Example

{
  "type": "integration",
  "integrations": [
    {
      "id": "505e40b5-5d04-446a-9268-72a0ccc13669"
    }
  ]
}