cURL
curl --request GET \ --url https://lunchflow.com/api/v1/accounts \ --header 'Authorization: Bearer <token>'
{ "accounts": [ { "id": 123, "name": "<string>", "institution_name": "<string>", "institution_logo": "<string>", "provider": "gocardless", "currency": "<string>", "status": "ACTIVE" } ], "total": 123 }
Returns a list of all connected bank accounts for the authenticated user
Your API key for authentication. Create an API destination in your Lunch Flow dashboard to get your API key. Keep this secure and do not expose it publicly.
200
Show child attributes
Was this page helpful?