Stable v1.3.1

Module Webapi Logs

youwe/module-webapi-logs

Logs all REST API calls made to your Magento instance. Provides a report in the admin panel to analyze requests and responses for debugging.

23,760
Downloads
Below average
0
GitHub Stars
6mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
79 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.3.1 on Magento 2.4.8-p3
Dec 26, 2025
GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

Share This Module's Status

Module Webapi Logs Magento compatibility status badge

README

Loaded from GitHub

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.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules