Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.box.com/llms.txt

Use this file to discover all available pages before exploring further.

Representation of content of a Shield List that contains ip addresses data.

type
enum<string>
required

The type of content in the shield list.

Available options:
ip
Example:

"ip"

ip_addresses
string[]
required

List of ip addresses and CIDRs.

Example:
["127.0.0.1", "80.12.12.12/24"]