---
title: "Connect Link Context"
method: POST
path: "/managed-auth/connect-links/context"
tags: ["managed-auth"]
---

# Connect Link Context

`POST /managed-auth/connect-links/context`

## Headers

- `X-Notte-Connect-Token` string, required — The connect token from the link URL.

## Response `200`

Successful Response

- ConnectLinkContext
  - `service_name` string, required
  - `domain` string, required
  - `logo_color` string, required
  - `status` 'pending' | 'submitted' | 'completed' | 'failed' | 'expired', required
  - `requires_totp_secret` boolean, required — Whether the form must collect a TOTP seed.
  - `requires_mailbox` boolean, required — Whether the connector reads its second factor from email, so the page must ask which inbox the code will arrive in.
  - `attempts_remaining` integer, required
  - `expires_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-01** `442ff5940528` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/notte/apis/notte-api/changes/managed-auth/connect-links/context/post.md)

---

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