1. Lunch Money Connections
Synci API
  • Overview
  • Guides
    • Authentication
    • Building OAuth apps
    • Managed apps
    • Webhooks
    • Pagination, filtering, and sorting
    • Errors
    • Rate limits
    • MCP: Connect AI assistants
    • Synci as a SimpleFIN provider
  • Synci API
    • Finance
      • Connections
        • List all financial connections
        • Create a new financial connection
        • Get financial connection
        • Delete financial connection
        • Disable financial connection
        • Reconfirm the consent of a financial connection
      • Accounts
        • List all financial accounts
        • Get financial account
        • Update financial account
        • Delete financial account
        • Bulk delete financial accounts
        • Sync financial account data
        • Reset financial account config to defaults
        • List all account balance entries
        • Get account balance entry
        • List account holdings
        • Get account holding
      • Transactions
        • List all transactions
        • Create a new transaction
        • Get transaction
        • Update transaction
        • Delete transaction
        • Bulk delete transactions
      • Institutions
        • Get supported countries
        • List all supported institutions
        • Get supported institution
    • Destinations
      • YNAB Connections
        • YNAB Budgets
          • YNAB Budget Accounts
            • List all YNAB budget accounts
            • Get YNAB budget account
            • Delete YNAB budget account
          • List all YNAB budgets
          • Get YNAB budget
          • Delete YNAB budget
          • Update YNAB budget
        • List all YNAB connections
        • Create new YNAB connection
        • Get YNAB connection
        • Delete YNAB connection
        • Update YNAB connection
        • Refresh YNAB connection
      • Lunch Money Connections
        • Lunch Money Accounts
          • List all Lunch Money accounts
          • Get Lunch Money account
          • Delete Lunch Money account
        • List all Lunch Money connections
          GET
        • Create new Lunch Money connection
          POST
        • Get Lunch Money connection
          GET
        • Delete Lunch Money connection
          DELETE
        • Update Lunch Money connection
          PUT
        • Refresh Lunch Money connection
          POST
      • Google Sheets Connections
        • Sheets
          • List destination spreadsheets for a connection
          • Register a destination spreadsheet
          • Get a destination spreadsheet
          • Update a destination spreadsheet
          • Delete a destination spreadsheet
          • List the worksheets (tabs) of a spreadsheet
          • Create a new worksheet (tab) in a spreadsheet
        • List all Google Sheets connections
        • Create new Google Sheets connection
        • Get Google Sheets connection
        • Delete Google Sheets connection
        • Update Google Sheets connection
        • Refresh Google Sheets connection
      • SimpleFIN Connections
        • List all SimpleFIN connections
        • Create new SimpleFIN connection
        • Get SimpleFIN connection
        • Update SimpleFIN connection
        • Delete SimpleFIN connection
        • Regenerate setup token
        • Revoke access credentials
        • List accounts observed syncing
    • Transfer Links
      • List all transfer links
      • Create a new transfer link
      • Get transfer link
      • Update transfer link
      • Delete transfer link
      • Retry transfers for all transfer links
      • Retry transfers for a specific transfer link
    • Transfer Logs
      • List all transfer logs
      • Get transfer log
      • Undo a transfer
      • Undo multiple transfers
    • Rules
      • Create a new rule
      • List all rules
      • Get rule
      • Rule field catalog
      • Update rule
      • Delete rule
      • Attach rule to transfer link
      • Detach rule from transfer link
      • Reorder rules for a transfer link
      • Attach rule to a financial account
      • Detach rule from financial account
      • Reorder rules for a financial account
      • Preview a rule against transactions (dry-run)
    • Rule Logs
      • List all rule logs
      • Get rule log
      • Undo multiple rule actions
      • Undo a rule action
    • Webhooks
      • List all webhook events
      • List all webhook endpoints
      • Create new webhook endpoint
      • Get webhook endpoint
      • Update webhook endpoint
      • Delete webhook endpoint
      • Test webhook endpoint
      • Rotate webhook secret
    • User
      • Get the authenticated user
  • Schemas
    • AccountHoldingResource
    • BalanceCategoryEnum
    • BankDataTypeEnum
    • BalanceTypeEnum
    • BulkDeleteTransactionsRequest
    • BulkDeleteFinancialAccountsRequest
    • BulkUndoRuleLogsRequest
    • BulkUndoTransferLogsRequest
    • CreateGoogleSheetTabRequest
    • CreateFinancialConnectionRequest
    • CreateGoogleSheetsConnectionRequest
    • CreateLunchMoneyConnectionRequest
    • CreateTransactionRequest
    • CreateRuleRequest
    • CreateWebhookEndpointRequest
    • CreateTransferLinkRequest
    • CreateYnabConnectionRequest
    • DestinationTypeEnum
    • EnrichmentProviderEnum
    • FinancialAccount
    • FinancialAccountBalanceResource
    • FinancialAccountResource
    • GoogleSheetResource
    • FinancialConnectionResource
    • GoogleSheetsConnectionResource
    • HealthResource
    • HealthStatusEnum
    • InstitutionConfigMappedDateEnum
    • InstitutionConfigMappedTextEnum
    • InstitutionConfigResource
    • InstitutionResource
    • IntegratorEnum
    • LunchMoneyAccountResource
    • LunchMoneyConnectionResource
    • PreviewRuleRequest
    • ReauthorizeFinancialConnectionRequest
    • RetryTransfersAllLinksRequest
    • RetryTransfersRequest
    • RuleActionResource
    • RuleConditionResource
    • RuleActionTypeEnum
    • RuleLogResource
    • RuleOperatorEnum
    • SimpleFinAccountResource
    • RuleScopeEnum
    • RuleResource
    • SimpleFinAppEnum
    • RuleTypeEnum
    • SimpleFinConnectionResource
    • StoreGoogleSheetRequest
    • TransactionTypeEnum
    • TestWebhookRequest
    • StoreSimpleFinConnectionRequest
    • SyncFinancialAccountRequest
    • TransferLink
    • TransactionResource
    • TransferLinkSyncModeEnum
    • TransferLogStatusEnum
    • TransferLinkResource
    • TransferLogResource
    • UpdateGoogleSheetRequest
    • UpdateGoogleSheetsConnectionRequest
    • UpdateFinancialAccountRequest
    • UpdateLunchMoneyConnectionRequest
    • UpdateRuleRequest
    • UpdateTransactionRequest
    • UpdateSimpleFinConnectionRequest
    • UpdateYnabBudgetRequest
    • UpdateWebhookEndpointRequest
    • UpdateYnabConnectionRequest
    • UpdateTransferLinkRequest
    • WebhookEventResource
    • UserProfileResource
    • WebhookTypeEnum
    • YnabBudgetAccountResource
    • WebhookEndpointPayloadVersion
    • YnabBudgetAccountTypeEnum
    • WebhookEndpointResource
    • YnabBudgetResource
    • YnabConnectionResource
    • WebhookEventTypeEnum
  1. Lunch Money Connections

Update Lunch Money connection

PUT
/destinations/lunch-money/connections/{connectionId}
Enable or disable the connection, or supply a new access token to rotate
credentials. New tokens are validated with Lunch Money before the
connection's details and accounts are refreshed.

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
OAuth 2.0
Authorization Code
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Authorize URL: https://api.synci.io/oauth/authorize
Token URL: https://api.synci.io/oauth/token
or
Path Params

Body Params application/json

Examples

Responses

🟢200OK
application/json
Bodyapplication/json

🔴500
🟠401AuthenticationException
🟠403AuthorizationException
🟠404ModelNotFoundException
🟠422ValidationException
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.synci.io/api/v1/destinations/lunch-money/connections/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
    "enabled": true,
    "access_token": "string"
}'
Response Response Example
200 - Example 1
"string"
Modified at 2026-07-30 16:30:00
Previous
Delete Lunch Money connection
Next
Refresh Lunch Money connection
Built with