How to integrate matamo with REST Server

Is it possible to integrate Matamo with REST Server with no web interface. In this case how matamo will generate the data.

Hi,

You could e.g. on every request to your server, make your server send a request to the tracking API

Or you could use log analytics to import your web server log: GitHub - matomo-org/matomo-log-analytics: Import any kind of server logs in Matomo for powerful log analytics. Universal log file parsing and reporting.

Thanks Lukas.
I will go through the docs and I assume I can define the parameters which is to be analyzed and stored as a time series data via these tracking API.