Skip to main content

The bare basic representation of a Box Hub.

id
string
required

The unique identifier that represent a Box Hub.

The ID for any Box Hub can be determined by visiting a Box Hub in the web application and copying the ID from the URL. For example, for the URL https://*.app.box.com/hubs/123 the hub_id is 123.

Example:

"12345"

type
enum<string>
required

The value will always be hubs.

Available options:
hubs
Example:

"hubs"