---
title: "Initiate a new quick connect request."
method: GET
path: "/QuickConnect/Initiate"
tags: ["QuickConnect"]
---

# Initiate a new quick connect request.

`GET /QuickConnect/Initiate`

## Response `200`

Quick connect request successfully created.

- QuickConnectResult — Stores the result of an incoming quick connect request.
  - `Authenticated` boolean — Gets a value indicating whether this request is authorized.
  - `Secret` string, nullable — Gets or sets the secret value used to uniquely identify this request. Can be used to retrieve authentication information.
  - `Code` string, nullable — Gets or sets the user facing code used so the user can quickly differentiate this request from others.
  - `Authentication` string, nullable — Gets or sets the private access token.
  - `Error` string, nullable — Gets or sets an error message.
  - `DateAdded` string, date-time, nullable — Gets or sets the DateTime that this request was created.

## Other responses

- `401` — Quick connect is not active on this server.

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/versions/eb6f75af7066/schema)
