---
title: "Attempts to retrieve authentication information."
method: GET
path: "/QuickConnect/Connect"
tags: ["QuickConnect"]
---

# Attempts to retrieve authentication information.

`GET /QuickConnect/Connect`

## Query parameters

- `secret` string, required — Secret previously returned from the Initiate endpoint.

## Response `200`

Quick connect result returned.

- 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

- `404` — Unknown quick connect secret.

---

[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/revisions/eb6f75af7066/schema)
