Set Monobank webhook
set_webhookReplace the active webhook for your Monobank token to receive StatementItem events on every balance change; pass an empty string to remove the webhook.
Instructions
Replace the single webhook URL on the token owner's profile; any previously registered URL stops receiving events. The bank sends StatementItem events for every balance change on accounts and jars, after first probing the URL with a GET that must answer HTTP 200. Pass an empty string to remove the webhook. Check get_client_info first if the existing webhook matters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS URL that answers GET and POST with HTTP 200, or "" to disable |