Skip to main content
← All datasets

Watchlist Alert Detail

Free

Toggle or delete one watchlist alert (PATCH/DELETE).

Endpoint

DELETE PATCH /api/v1/watchlist/alerts/{alert_id}/

Parameters

NameRequiredDescription
alert_idrequired Alert id. e.g. 1

Python SDK

import bankregreports
bank = bankregreports.bankreg("brr_…")
df = bank.watchlist_alert_detail(alert_id)
Powered by BankRegAPI