Update sync status for a bank account

Enable or disable automatic transaction sync for a specific bank account

Path parameters

accountIdstringRequired
The ID of the bank account to update

Headers

AuthorizationstringRequired

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

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