Skip to main content
GET
/
accounts
List accounts
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
}

Authorizations

Authorization
string
header
required

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.

Response

200

accounts
object[]
required
total
number
required