Skip to content

Commit

Permalink
Updating access token pattern for connections sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclowes committed Nov 25, 2024
1 parent 40b1f5e commit 2c4c12a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
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

0 comments on commit 2c4c12a

Please sign in to comment.