---
title: "Get a low balance alert for a specific Account under a Customer."
method: GET
path: "/customers/{customerIdentifier}/accounts/{accountIdentifier}/lowbalance/{balanceAlertID}"
tags: ["1. Customers"]
---

# Get a low balance alert for a specific Account under a Customer.

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

## Path parameters

- `customerIdentifier` string, required
- `accountIdentifier` string, required
- `balanceAlertID` string, uuid, required

## Response `200`

OK

- 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
- `404` — Not Found
- `500` — Internal Server Error

---

[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)
