We want to interact with our Domo instance via scripting namely for triggering a Magic ETL or MySQL dataflow. We noticed that there is a way to interact with the API for our Domo instance by using first an authentication method.
However, when we tried to use that method (either in Python scripting or in Postman) it returns the message of "Method Not Allowed" when we were expecting a successful message with a session token.
Notice that we are trying to connect to "our_domo_instance.domo.com" and not to "api.domo.com"
What could be the possible cause? Are we missing here some security requirement that has to be configured?
Thank you