Sync a Connected Account

Request a connected account sync attempt for the specified connected_account_id.

Request an on-demand sync of the devices and systems in a connected account.

Code

await seam.connectedAccounts.sync({
  connected_account_id: "23e4eb21-6e93-48c4-a077-bf503246d47c",
});

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


Examples

Last updated

Was this helpful?

Revision created

ci: Generate docs