monobank-personal-client-info
Fetch Monobank client info: identity, permissions, linked accounts, and savings jars. Supplies account IDs for transaction statements.
Instructions
Returns Monobank client profile: identity, token permissions, and all linked accounts and jars.
Top-level fields:
clientId / name: client identity.
webhookUrl: currently configured webhook URL (empty string if not set).
permissions: array of scopes granted to this token (e.g. ['personal-info', 'statement', 'fop', 'jar', 'monobank']).
managedClients: FOP/business accounts linked to this token (present only for business tokens). Each has clientId, tin, name, and accounts.
Each account:
id: use this as accountId when calling monobank-personal-statement.
type: card product ('black', 'white', 'platinum', 'iron', 'fop', 'yellow', 'eAid').
currencyCode: ISO 4217 code (e.g. 'UAH', 'USD').
balance / creditLimit: amounts in the base currency unit (already divided).
cashbackType: cashback programme ('UAH', 'Miles', or empty).
iban / maskedPan / sendId: payment identifiers.
Each jar (savings goal):
balance / goal: amounts in the base currency unit (already divided). goal is 0 if no target is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||