メインコンテンツへスキップ
1つのBox Hubの詳細を取得するには、そのHubのIDを指定してエンドポイントを呼び出します。Hub IDはBox HubsのウェブインターフェースURLで確認できます (例: https://*.app.box.com/hubs/12345の場合、Hub IDは12345です)。
Box Hubs endpoints require the box-version: 2025.0 header. If you omit this header, the API returns a 400 error with the message Missing required box-version header. Supported API versions: [2025.0]. For more information, see Box API versioning strategy.

IDを指定してHubを取得

HUB_ID (またはhubId/hub_id) を実際のHub IDに置き換えます。成功したレスポンスでは、オブジェクトが返されます。
最終更新日 2026年6月9日