Hi!
I would like to track requests from my mobile apps but also I want to avoid my apps to generate additional requests.
The idea is to add Matomo calls on the backend REST API endpoints and call Matomo API from my backend.
Is this possible? Is there any API endpoint on Matomo side to catch those requests so that I don’t have to fake browser requests?
Thanks!