Skip to main content
API version 2025.0 The bare basic representation of a Box Hub.
This resource has a few variations that can be encountered when using the API.The fields that are part of the base variant represent the default fields that are always returned when using the fields query parameter, additional to the fields specified in the parameter.
id
string
example: 12345The 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.
type
string
example: hubsThe value will always be hubs.Value is always hubs
{
  "id": "12345",
  "type": "hubs"
}