Webapi Logs

ghostunicorns/module-webapi-logs

Logs and analyzes all REST API calls made to your Magento store. Provides detailed request and response information for debugging and monitoring.

No errors foundPHPStan level 1Build passingSemVer violations (60% compliant)

Supported Magento versions: 2.4.9

263,187 installs★ 68 starsLatest: v1.3.6Released 2026-09-09License: MIT

composer require ghostunicorns/module-webapi-logs

README

Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.

Description

This module allows you to analyze all the webapi rest done call toward your magento.

Install

composer require youwe/module-webapi-logs

Configure

  1. Log-in your Magento backend

  2. Go to Stores > Configuration > System > Webapi Logs and enable it

Use

Go to Reports > Webapi Logs > Show Logs

You can select an entry to see more details about the request and the response

Attention!

If you disable the Secret Mode this module will logs everything passes in the webapi calls (tokens and passwords too!), then remember to clean logs by clicking the Delete All Logs button:

Contribution

Yes, of course you can contribute sending a pull request to propose improvements and fixes.

← All packages from ghostunicorns