Managed bank feeds
Get sync
The Get sync endpoint returns the sync status for a given 'syncId'.
A sync is a single execution that fetches bank transactions from a connected bank account and records them in the company's accounting software.
get/companies/{companyId}/connections/{connectionId}/bankFeedAccounts/{sourceAccountId}/managedBankFeeds/syncs/{syncId}
Response
Success
Example response
{
"status": "SuccessDataPushed"
}