v1

latestOpenAPI 3.1.0AGPLv32026-07-26168262527.5 KB
wallets

List wallet alerts

This endpoint enables the retrieval of all alerts for a wallet.

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

Response

Wallet alerts

Example response

{
  "alerts": [
    {
      "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"
    }
  ],
  "meta": {
    "current_page": 2,
    "next_page": 3,
    "prev_page": 1,
    "total_pages": 4,
    "total_count": 70
  }
}