Skip to main content
POST
/
connected_accounts
/
sync
await seam.connectedAccounts.sync({
  connected_account_id: "f886f890-4ca5-4ce5-b248-509cbfb6c279",
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
connected_account_id
string<uuid>
required

ID of the connected account that you want to sync.

Response

OK

ok
boolean
required