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.

Generic source

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

A generic event source type.

object

A definition of a generic event source object. The set of parameters depends on the object type. For example, a Box Shield event source would have the following set of parameters:

{
"barrier_id": 123456,
"barrier_status": "ENABLED",
"barrier_segments": [
  {
      "name": "8",
      "member_count": 1
    },
  {
      "name": "9",
      "member_count": 1
           }
       ]
}   
```.