Hi guys, a newbie here, I am writing a python script to perform some API functions.
I find that not all API is documented. Example I am trying to use the API to trigger a sent test email but I did not find the API for it.
Do anyone knows how to find API method that is not readily available in the docs? Perhaps I would need to look into the source code? If so where would I find it?
There is a private API, but it’s intentionally undocumented (which is typical for private APIs) and may in the future be unavailable to consumers outside of middlewared.
There is no guarantee of API stability for private APIs. They may even change during minor releases.
In 25.04 we hadn’t transitioned all public methods into our new API schema (from which the API docs are generated). So starting in 25.10 online documentation should be much cleaner.