Title: API Request Monitor: Monitor Incoming &amp; Outgoing API Requests and Manage Webhooks
Author: Huzoor Bux
Published: <strong>June 19, 2026</strong>
Last modified: June 19, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/kaiizen-api-request-monitor.svg)

# API Request Monitor: Monitor Incoming & Outgoing API Requests and Manage Webhooks

 By [Huzoor Bux](https://profiles.wordpress.org/huzoorbakhsh/)

[Download](https://downloads.wordpress.org/plugin/kaiizen-api-request-monitor.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/kaiizen-api-request-monitor/#description)
 * [Reviews](https://wordpress.org/plugins/kaiizen-api-request-monitor/#reviews)
 *  [Installation](https://wordpress.org/plugins/kaiizen-api-request-monitor/#installation)
 * [Development](https://wordpress.org/plugins/kaiizen-api-request-monitor/#developers)

 [Support](https://wordpress.org/support/plugin/kaiizen-api-request-monitor/)

## Description

Kaiizen API Request Monitor is an advanced API monitoring and debugging plugin for
WordPress. Track incoming REST API requests, outbound HTTP requests, webhook activity,
API performance, authentication failures, and WooCommerce API events in real time.

Whether you’re building custom integrations, troubleshooting API errors, testing
endpoints, monitoring webhooks, or auditing API security, Kaiizen API Request Monitor
provides the tools needed to understand exactly how data moves through your WordPress
site.

Perfect for:

WordPress developers
 WooCommerce developers API integrators Agencies managing client
websites DevOps and support teams Plugin and theme developers

#### Core Features

 * **Request Logger** — Logs all incoming WordPress REST API requests: method, endpoint,
   headers, body, response code, response time, user, and IP address.
 * **Outbound Logger** — Intercepts all outbound HTTP requests made via `wp_remote_*`
   functions and logs URL, headers, payload, and response.
 * **Webhook Logger** — Captures and logs both incoming and outgoing webhooks, including
   WooCommerce webhooks.
 * **API Explorer** — A built-in HTTP client that lets you build and fire REST requests(
   GET, POST, PUT, PATCH, DELETE) directly from your WordPress admin. Save requests
   as reusable templates.
 * **Performance Analytics** — Dashboard with hourly request volume charts, slowest
   endpoints, most-used endpoints, requests per minute, and error rate metrics.
 * **Security Monitor** — Detects brute-force API authentication failures and fires
   configurable alerts via Email, Slack, or Discord.
 * **Activity Timeline** — WooCommerce integration that tracks order, product, customer,
   and coupon changes made through the REST API.

#### Security & Privacy

 * All logs are stored in your own database — no data is sent to external services
   unless you configure Slack or Discord webhook alerts.
 * Configurable field masking automatically redacts sensitive keys (passwords, tokens,
   API keys, Authorization headers) from stored logs.
 * Log retention is configurable (default: 30 days); old logs are pruned automatically
   via daily cron.
 * Dashboard access is restricted to WordPress administrators (`manage_options` 
   capability).

#### External Services

This plugin can optionally send security alert notifications to third-party webhook
services. This only happens when you explicitly configure a webhook URL in Settings
and enable alerts.

 * **Slack** — Alert payloads (event type and details) are sent to your configured
   Slack Incoming Webhook URL. Terms: https://slack.com/terms-of-service | Privacy:
   https://slack.com/privacy-policy
 * **Discord** — Alert payloads (event type and details) are sent to your configured
   Discord Webhook URL. Terms: https://discord.com/terms | Privacy: https://discord.
   com/privacy

No data is transmitted to external services unless you configure these integrations.

#### Source Code

The plugin includes a compiled JavaScript bundle (`build/index.js`) generated from
source files in the `src/` directory using `@wordpress/scripts` (webpack). The full
source is included in the plugin package under `src/`. To rebuild: `npm install &&
npm run build`.

#### Requirements

 * WordPress 6.0 or higher
 * PHP 7.4 or higher
 * WooCommerce (optional) — required only for the Activity Timeline and WooCommerce
   webhook logging features.

## Screenshots

[[

[[

[[

[[

[[

[[

[[

## Installation

 1. Upload the `kaiizen-api-request-monitor` folder to the `/wp-content/plugins/` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Navigate to **Kaiizen API Request Monitor** in the WordPress admin sidebar.
 4. Configure your settings (log retention, masked fields, alert thresholds) under 
    the **Settings** tab.

## FAQ

### Will this plugin slow down my site?

No. Request and outbound logs are written to the database during the PHP shutdown
phase (after the response is sent to the browser), so logging adds zero latency 
to your API responses.

### Can I control what gets logged?

Yes. You can configure which fields are automatically masked (e.g., passwords, tokens,
Authorization headers). Logs for the plugin’s own dashboard API calls are excluded
from the log to prevent loops.

### How long are logs kept?

By default, logs older than 30 days are deleted automatically. You can change the
retention period (or disable automatic cleanup) from the Settings tab.

### Is WooCommerce required?

No. WooCommerce support is optional. The plugin detects whether WooCommerce is active
and only loads the integration when it is.

### Who can see the logs?

Only users with the `manage_options` capability (Administrators). All REST API endpoints
provided by this plugin require that capability.

### Can I export logs?

Yes. The Logs tab includes a CSV export button that downloads up to 10,000 of the
most recent request logs.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“API Request Monitor: Monitor Incoming & Outgoing API Requests and Manage Webhooks”
is open source software. The following people have contributed to this plugin.

Contributors

 *   [ Huzoor Bux ](https://profiles.wordpress.org/huzoorbakhsh/)

[Translate “API Request Monitor: Monitor Incoming & Outgoing API Requests and Manage Webhooks” into your language.](https://translate.wordpress.org/projects/wp-plugins/kaiizen-api-request-monitor)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/kaiizen-api-request-monitor/),
check out the [SVN repository](https://plugins.svn.wordpress.org/kaiizen-api-request-monitor/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/kaiizen-api-request-monitor/)
by [RSS](https://plugins.trac.wordpress.org/log/kaiizen-api-request-monitor/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

Initial public release.
 Added incoming REST API request monitoring and logging.
Added outbound HTTP request monitoring for WordPress integrations. Added incoming
and outgoing webhook tracking. Added API Explorer for testing REST API endpoints.
Added performance monitoring and request analytics. Added security auditing with
failed authentication tracking. Added brute-force detection and security alerts.
Added WooCommerce activity monitoring. Added configurable log retention and automatic
cleanup. Added Email, Slack, and Discord notifications.

## Meta

 *  Version **1.0.0**
 *  Last updated **22 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [api](https://wordpress.org/plugins/tags/api/)[debug](https://wordpress.org/plugins/tags/debug/)
   [logging](https://wordpress.org/plugins/tags/logging/)[monitoring](https://wordpress.org/plugins/tags/monitoring/)
   [rest-api](https://wordpress.org/plugins/tags/rest-api/)
 *  [Advanced View](https://wordpress.org/plugins/kaiizen-api-request-monitor/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/kaiizen-api-request-monitor/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/kaiizen-api-request-monitor/reviews/)

## Contributors

 *   [ Huzoor Bux ](https://profiles.wordpress.org/huzoorbakhsh/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/kaiizen-api-request-monitor/)