Even though I am providing the correct input, the Speakatoo API is not working for me.

0
I am trying to use an Speakatoo API, but it is not working for me, even though I am providing the correct input. I have followed the documentation and tried troubleshooting the issue on my own, but I am still unable to get the API to work. I am looking for help from the community to identify and resolve the issue.
asked
1 answers
1

The documentation says Speaktoo provides a REST API, so you should be able to use Mendix's Call REST action to call it.

 

https://www.speakatoo.com/documentation_view/speakatoo--api-documentation

 

If you are getting errors calling this API, try setting the REST Consume log level to TRACE. This will output the request from Mendix and the response from Speakatoo in your logs, which should explain what is going wrong.

 

https://docs.mendix.com/howto/monitoring-troubleshooting/log-levels/#standard-log-levels

 

Good luck!

answered