Update sync status for a bank account
Enable or disable automatic transaction sync for a specific bank account
Path parameters
accountId
The ID of the bank account to update
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
entityId
The entity ID that owns the account
Request
This endpoint expects an object.
syncEnabled
Whether to enable or disable sync for this account
Response
Sync status updated successfully
message