Overview
Access your financial data programmatically with the Lunch Flow REST API. Sync bank transactions, account balances, and financial information from thousands of banks worldwide.Getting Started
- Create an API destination in your Lunch Flow dashboard
- Copy your API key from the destination settings
- Start making requests using the API key in the Authorization header
Authentication
All API requests require authentication using an API key. Include your API key in the request header:Base URL
All API endpoints are relative to:Endpoints
The API provides the following endpoints:- GET /accounts - List all connected bank accounts
- GET /accounts/:accountId/transactions - Get transactions for a specific account
- GET /accounts/:accountId/balance - Get the balance for a specific account