Mautic API through java

I want to integrate mautic API through java . Is there any JAVA code available which call the mautic API ? If there please share.

I want to integrate mautic API through java . Is there any JAVA code available which call the mautic API ? If there please share.

I wrote a Java client for the Mautic REST API, and it is hosted on GitHub (https://github.com/lgfischer/jMautic). It is not a complete implementation of the API, but I believe it can help on your projects.