From 92b965e717956c9684eef7551c582bb522a0373d Mon Sep 17 00:00:00 2001 From: Amit Vanjani Date: Thu, 13 Aug 2026 16:04:50 +0100 Subject: [PATCH 1/2] Drop 'embedded' from Link manage connections update title Relinking is also available in Hosted Link, so the title shouldn't scope the feature to embedded Link only. Co-Authored-By: Claude Fable 5 --- blog/260812-link-manage-connections-reconnect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/260812-link-manage-connections-reconnect.md b/blog/260812-link-manage-connections-reconnect.md index 7bd0bcf41..3854bf6f6 100644 --- a/blog/260812-link-manage-connections-reconnect.md +++ b/blog/260812-link-manage-connections-reconnect.md @@ -1,5 +1,5 @@ --- -title: "Manage connections and reconnect companies seamlessly with embedded Link" +title: "Manage connections and reconnect companies seamlessly with Link" date: "2026-08-12" tags: ["Product", "Update", "Link"] hide_table_of_contents: true From 1d9ffc32098e4f311bba4bed745b7c2fe184ec03 Mon Sep 17 00:00:00 2001 From: pmckinney-codat Date: Thu, 13 Aug 2026 16:42:06 +0100 Subject: [PATCH 2/2] Add blank line after step 1 image to satisfy Prettier The markdown-format check runs prettier --check across all md/mdx files and was failing on this file (pre-existing on main, inherited by this PR). Co-Authored-By: Claude Fable 5 --- blog/260812-link-manage-connections-reconnect.md | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/260812-link-manage-connections-reconnect.md b/blog/260812-link-manage-connections-reconnect.md index 3854bf6f6..453becd6f 100644 --- a/blog/260812-link-manage-connections-reconnect.md +++ b/blog/260812-link-manage-connections-reconnect.md @@ -123,6 +123,7 @@ The manage connections experience is available in the Link SDK. To set it up: 1. **Enable the Manage connections setting** in the [Codat Portal](https://app.codat.io) under [Settings > Auth flow > Link](https://app.codat.io/settings/link-settings/onboarding) to let authenticated users view and manage their existing connections. You can also customize the title and subtitle shown on the manage connections screen. ![The Manage connections setting in the Codat Portal's Link settings, with a toggle and customizable title and subtitle](/img/updates/manageconnection.png "Manage connections setting in the Codat Portal") + 2. **Register your domain** using the [Set CORS settings](/platform-api#/operations/set-cors-settings) endpoint so the component can make authenticated requests from your site. 3. **Get a company access token.** Authenticated features require an access token, retrieved server-side from the [Get company access token](/platform-api#/operations/get-company-access-token) endpoint (`GET /companies/{companyId}/accessToken`). Tokens are valid for 24 hours and scoped to a single company. 4. **Pass the token to the Link SDK** via the `accessToken` prop when initializing the component.