Update sync status for a bank account

Enable or disable automatic transaction sync for a specific bank account

Authentication

AuthorizationBearer

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

Path parameters

accountIdstringRequired
The ID of the bank account to update

Query parameters

entityIdstringRequired
The entity ID that owns the account

Request

This endpoint expects an object.
syncEnabledbooleanRequired
Whether to enable or disable sync for this account

Response

Sync status updated successfully
messagestring or null

Errors