ssx/module-webapi-logs

This module allows you to log and analyze all webapi REST calls to your Magento/Adobe Commerce store.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 16

Type:magento2-module

1.3.0 2025-03-04 11:21 UTC

This package is auto-updated.

Last update: 2025-03-04 11:24:35 UTC


README

This module allows you to log and analyze all webapi REST calls to your Magento/Adobe Commerce store.

It was forked from ghostunicorns/module-webapi-logs.

Install

composer require ssx/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 log 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.