POST
/
external_accounts
/
{external_account_id}
/
refresh_transactions
Sync external account transactions through a vendor, such as Plaid
curl --request POST \
  --url https://api-sandbox.synctera.com/v0/external_accounts/{external_account_id}/refresh_transactions \
  --header 'Authorization: Bearer <token>'
{
  "transactions_synced": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

external_account_id
string<uuid>
required

External Account ID

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

Query Parameters

restricted
boolean

Is External Account Restricted for Access

force_vendor_refresh
boolean

Force a vendor refresh of the external account.

Response

200
application/json

Result of syncing accounts through the vendor.

The response is of type object.