Mautic API for Core Java

Can Mautic have any Java Library??? How can i use Mautic API through my Java Application??? or how can I Integrate my java application with mautic.

Can Mautic have any Java Library??? How can i use Mautic API through my Java Application??? or how can I Integrate my java application with mautic.

Hey Dear,

I have installed mautic but I could not connect its API for my Java Application…
Please give some suggestion how to integrate mautic API with it.

What i write in place of ‘baseUrl’…

See https://www.mautic.org/community/index.php/1433-mautic-api-in-core-java-application/p1#p5839

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.