API Logs

API Logs records every external API call made against the suite -- endpoint, caller, payload metadata, response code and timing -- giving full visibility of integration traffic. It is the first place to look when a partner integration misbehaves or when investigating suspicious access. Operations and security teams monitor it for anomalies.

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

Workflow

  1. Open MFI > Configuration > API / Integrations > API Logs
  2. Filter by key, endpoint, status or date
  3. Open an entry to inspect the request and response details
  4. Trace failed or slow calls to diagnose an integration
  5. Export logs for security or partner troubleshooting

Fields reference

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

FieldTypeRequiredDescription
Endpoint
endpoint
TextYesEndpoint
Method
method
TextMethod
Api Key
api_key_id
Link → mfi.api.keyApi Key
User
user_id
Link → res.usersUser
Status Code
status_code
NumberStatus Code
Latency Ms
latency_ms
NumberLatency Ms
Error
error
Long textError
Ip Address
ip_address
TextIp Address
Request Size
request_size
NumberRequest Size
Response Size
response_size
NumberResponse Size

Notes & rules

  • Model mfi.api.log -- external request history
  • Key fields: key, endpoint, status, timestamp
  • Related: API Keys, Webhooks
  • Used by IT and security staff

Technical model: mfi.api.log · Record: MFI API Call Log

Was this page helpful?