Managed bank feeds
Get latest sync
The Get latest sync endpoint returns the status for a given source account's most recent sync.
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/latest
Response
Success
Example response
{
"status": "SuccessDataPushed"
}