Sync a Connected Account

Request a connected account sync attempt for the specified connected_account_id.

Request a connected account sync attempt for the specified connected account.

Code

await seam.connectedAccounts.sync({
  connected_account_id: "f886f890-4ca5-4ce5-b248-509cbfb6c279",
});

Output

// void
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

connected_account_id String (Required)

ID of the connected account that you want to sync.


Response

void

Last updated

Was this helpful?