---
title: "Get a list of all low balance alerts for a specific account."
method: GET
path: "/customers/{customerIdentifier}/accounts/{accountIdentifier}/lowbalance"
tags: ["1. Customers"]
---

# Get a list of all low balance alerts for a specific account.

`GET /customers/{customerIdentifier}/accounts/{accountIdentifier}/lowbalance`

## Path parameters

- `customerIdentifier` string, required
- `accountIdentifier` string, required

## Query parameters

- `elementsPerBlock` integer
- `page` integer
- `balanceAlertDisplayName` string
- `balanceAlertThreshold` number
- `balanceAlertNotification` BalanceAlertContactDTO[]
  - `emailAddress` string

## Response `200`

OK

- LowBalanceAlertListView
  - `page` CollectionPageView
    - `size` integer
    - `totalElements` integer
    - `totalPages` integer
    - `number` integer
  - `lowBalanceAlerts` LowBalanceAlertView[]
    - `createdAt` string
    - `balanceAlertID` string, uuid
    - `customerIdentifier` string
    - `accountIdentifier` string
    - `balanceAlertDisplayName` string
    - `balanceAlertThreshold` number
    - `balanceAlertNotification` BalanceAlertContactDTO[]
      - `emailAddress` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/tangocard/apis/tango-api.md) · [All operations](https://skmtc.net/tangocard/apis/tango-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tangocard/tango-api/revisions/324ad9683921/schema)
