v1

latestOpenAPI 3.1.0AGPLv32026-07-26168262527.5 KB
wallets

Retrieve a wallet alert

This endpoint enables the retrieval of a specific alert for a wallet.

get/customers/{external_customer_id}/wallets/{wallet_code}/alerts/{code}

Response

Wallet alert

Example response

{
  "alert": {
    "lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
    "lago_organization_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
    "lago_wallet_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
    "wallet_code": "wallet_code",
    "alert_type": "wallet_balance_amount",
    "code": "wallet_balance_alert",
    "name": "Wallet Balance Alert",
    "direction": "decreasing",
    "previous_value": 1000,
    "last_processed_at": "2025-05-19T10:04:21Z",
    "thresholds": [
      {
        "code": "warn",
        "value": "99.0"
      }
    ],
    "created_at": "2025-03-20T10:00:00Z"
  }
}