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
This endpoint requires AppHub Store to be running on your machine. The live tester calls your local AppHub instance directly.
Query parameters
| Parameter | Required | Description |
|---|---|---|
| appid | optional | If provided, the Store opens directly on that app's page. Omit to open the Store's home tab. |
Test this endpoint
Headers
Query Parameters
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.