Request Bank Account Sync
Requests a bank lookup for every connected bank account. The API only accepts the request with 202 Accepted, and the bank lookup runs asynchronously. Bolta fetches transactions periodically, so request a sync only when you need the latest transactions sooner. Check progress with syncStatus in the account list. When IN_PROGRESS ends, continue fetching transactions with your saved cursor.
Each business can request a sync once every 30 minutes and up to 12 times in 24 hours. A request rejected because a sync is already running (409) does not count toward the limit. Test keys send no bank lookup, use no quota, and return only the acceptance response. Bank account transactions guide
Authorizations
Base64-encode your API key and pass it. Enter the API key as the username and leave the password empty.
