---
title: "Resolve install-link configuration"
method: GET
path: "/v1/install-config"
tags: ["Organizations"]
---

# Resolve install-link configuration

`GET /v1/install-config`

Returns organization setup details and a fresh desktop connection handoff for a valid install link token.

## Query parameters

- `token` string, required

## Response `200`

Install configuration resolved successfully.

- InstallExperienceConfig
  - `appName` string
  - `clientName` string, required
  - `webUrl` string, uri, required
  - `apiUrl` string, uri, required
  - `requireSignin` boolean, required
  - `logoUrl` string, uri, nullable, required
  - `iconUrl` string, uri, nullable
  - `connectUrl` string, required
  - `connectExpiresAt` string, date-time, required
  - `activationUrl` string, uri, required
  - `activationExpiresAt` string, date-time, required
  - `desktopVersion` string, required
  - `distribution` 'cloud' | 'enterprise', required

## Other responses

- `400` — The install-link token was invalid.
- `404` — The install link was missing, expired, or revoked.
- `429` — Too many install-link attempts.

## Changes

- **2026-09-04** `d3984673ccd1` — 1 info
  - added the optional property `capability` to the response with the `400` status

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/install-config/get.md)

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/d3984673ccd1/schema)
