Skip to main content
GET
/
accounts
/
{accountId}
/
balance
Get account balance
curl --request GET \
  --url https://lunchflow.com/api/v1/accounts/{accountId}/balance \
  --header 'Authorization: Bearer <token>'
{
  "balance": {
    "amount": 123,
    "currency": "<string>"
  }
}

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.

Path Parameters

accountId
string
required

Response

200

balance
object
required