Add the power of the Box AI API to your custom apps at Content Cloud Summit on May 15

Learn more and register!

Generic source

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