Skip to content

Comments

feat(alerting): Add wallet alerts API#368

Open
vankiru wants to merge 4 commits intofeat/move-wallets-api-to-customer-walletsfrom
feat/add-wallet-alerts
Open

feat(alerting): Add wallet alerts API#368
vankiru wants to merge 4 commits intofeat/move-wallets-api-to-customer-walletsfrom
feat/add-wallet-alerts

Conversation

@vankiru
Copy link
Contributor

@vankiru vankiru commented Feb 11, 2026

Context

The PR implements api for wallet alerts. It relies on the implementation of Nested Commands introduced in #366.

Related PR: getlago/lago-api#4925

Description

The wallet alerts API looks like this 👇

# GET /customers/:customer_id/wallets/:wallet_code/alerts
client.customers.wallets.alerts.get_all(customer_id, wallet_code)
client.customers.wallets.alerts.get_all(customer_id, wallet_code, options={"page": 1, "per_page": 100})

# POST /customers/:customer_id/wallets/alerts
client.customers.wallets.alerts.create(customer_id, wallet_code, params)

# GET /customers/:customer_id/wallets/:wallet_code/alerts/:alert_code
client.customers.wallets.alerts.get(customer_id, wallet_code, alert_code)

# PATCH /customers/:customer_id/wallets/:wallet_code/alerts/:alert_code
client.customers.wallets.alerts.update(customer_id, wallet_code, alert_code, params)

# DELETE /customers/:customer_id/wallets/:wallet_code/alerts/:alert_code
client.customers.wallets.alerts.destroy(customer_id, wallet_code, alert_code)

@vankiru vankiru force-pushed the feat/add-wallet-alerts branch from af6a1e5 to 8babdaa Compare February 12, 2026 12:06
@vankiru vankiru marked this pull request as ready for review February 12, 2026 12:07
@vankiru vankiru force-pushed the feat/move-wallets-api-to-customer-wallets branch from 6196069 to f834aad Compare February 17, 2026 09:49
@vankiru vankiru force-pushed the feat/add-wallet-alerts branch from ba25252 to 320d6af Compare February 17, 2026 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants