API Keys

API Keys lists the credentials issued to external systems and partners that call the institution's API -- mobile apps, agency-banking platforms, payment aggregators and fintech partners. Each key carries scopes and status so access can be granted and revoked precisely. Managing keys here protects the core-banking data behind the integrations.

API Keys
API Keys — live screen from the BridgeERP MFI Suite.

Workflow

  1. Open MFI > Configuration > API / Integrations > API Keys
  2. Review existing keys, their owners and scopes
  3. Open a key to adjust permissions or revoke it
  4. Disable any key that is compromised or unused
  5. Cross-check usage against the API Logs

Fields reference

Every field on this screen, drawn from the live data model.

FieldTypeRequiredDescription
Preview
key_preview
TextFirst/last 4 chars for reference.
Name
name
TextYesName
User
user_id
Link → res.usersYesUser
Key (sha256)
key_hash
TextYesKey (sha256)
Scopes (CSV)
scopes
TextScopes (CSV)
Rate Limit Per Minute
rate_limit_per_minute
NumberRate Limit Per Minute
Last Used
last_used
Date & timeLast Used
Active
active
Yes/NoActive
Expires On
expires_on
DateExpires On

Actions & buttons

Buttons available on this screen and what they do:

  • Regenerate
  • Deactivate

Notes & rules

  • Model mfi.api.key -- issued API credentials
  • Key fields: owner, scopes, status, last used
  • Related: Generate New API Key, API Logs, Webhooks
  • Used by IT and integration admins

Technical model: mfi.api.key · Record: MFI API Key

Was this page helpful?