Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating access token pattern for connections sdk #1455

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linknator.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Broken Links Check
name: Broken links checker

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion blog/241124-bank-feeds-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Building and launching a best-in-class bank feeds solution has never been easier

Our new [Bank Feeds SDK](https://www.npmjs.com/package/@codat/sdk-bank-feeds-types) brings together all the complex pieces to create a simple Bank Feeds setup experience.

It leverages our [Link SDK](auth-flow/authorize-embedded-link) to allow your users to quickly and securely share access to their accounting software. It also enables them to set up the mapping between your accounts and the accounts in their software in one seamless flow.
It leverages our [Link SDK](/auth-flow/authorize-embedded-link) to allow your users to quickly and securely share access to their accounting software. It also enables them to set up the mapping between your accounts and the accounts in their software in one seamless flow.

All of this is included in a single [low-code JavaScript component](https://www.npmjs.com/package/@codat/sdk-bank-feeds-types). Our rich configuration properties allow your application to interact with the SDK and customize text and branding in a way that creates a trusted, compelling experience.

Expand Down
4 changes: 2 additions & 2 deletions docs/auth-flow/optimize/connection-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ With its sleek UI and low-code deployment, the component provides the following
- Enables the user to reauthorize a previously unlinked or deauthorized connection, setting it back to `Linked` status.
- Provides additional controls over specific integrations (e.g. [Pause the connector](/integrations/accounting/quickbooksdesktop/installing-the-quickbooks-connector#pause-the-connector) for QuickBooks Desktop).

You can read more about [Connection statuses](https://docs.codat.io/core-concepts/connections#connection-status) at Codat.
You can read more about [Connection statuses](/core-concepts/connections#connection-status) at Codat.

## Example implementation

Expand All @@ -44,7 +44,7 @@ The Connections SDK is an independent component and doesn't require our [Link SD

### Access token

Once your customer authorizes within your application, use the [Get access token](/platform-api#/operations/get-connection-management-access-token) endpoint to retrieve an access token for this customer's company.
Once your customer authorizes within your application, use the [Get access token](/platform-api#/operations/get-company-access-token) endpoint to retrieve an access token for this customer's company.

:::tip Token validity
The token is only valid for one hour and applies to a single company.
Expand Down
Loading