await seam.connectedAccounts.sync({
connected_account_id: "f886f890-4ca5-4ce5-b248-509cbfb6c279",
});
/*
// void
*/{}Connected Accounts
Sync a Connected Account
Request a connected account sync attempt for the specified connected_account_id.
POST
/
connected_accounts
/
sync
await seam.connectedAccounts.sync({
connected_account_id: "f886f890-4ca5-4ce5-b248-509cbfb6c279",
});
/*
// void
*/{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the connected account that you want to sync.
Response
OK
The response is of type object.
Was this page helpful?