Console
AppHub Tether

Store

Opens the AppHub Store launcher and optionally navigates to a specific app's page — useful for linking players to DLC, related apps, or reviews without leaving your game.

GET http://127.0.0.1:7420/store
Requires X-AppHub-Token header or Authorization: AppID:AppKey — see Authentication
This endpoint requires AppHub Store to be running on your machine. The live tester calls your local AppHub instance directly.

Query parameters

ParameterRequiredDescription
appidoptionalIf provided, the Store opens directly on that app's page. Omit to open the Store's home tab.

Success response 200

{
  "ok": true,
  "appid": "com.studio.dlcpack"
}

The launcher window is shown and focused automatically. If appid was omitted, appid in the response will be null.