The Mautic API library provides developers with a comprehensive tool to interact programmatically with Mautic's marketing automation platform. Hosted on GitHub, this official PHP library supports REST API operations.

It facilitates a wide range of actions from managing contacts to controlling campaigns and accessing analytical data, enabling developers to seamlessly integrate and automate marketing workflows. The API library requires authentication via OAuth 2 or Basic Auth, depending on the Mautic installation settings.

Extensive documentation accompanying the API library can be found directly within the GitHub repository or via Mautic's official developer docs at https://devdocs.mautic.org (legacy docs at https://developer.mautic.org), ensuring developers have guidance on setting up and utilizing the library effectively.

There is not currently 100% API coverage however it's a long term goal to work towards this, such that the front-end of Mautic could be entirely decoupled, enabling it to run headless if desired.

Fund this project