Error in Consuming Zoho Calender Api

0
Hii, We are trying to consume zoho calender in mendix. We successfully consumed api in postman tool.    We tried to do the same in mendix, used microflow to call rest service.    But we are facing this when we trigger this microflow.   So, please suggest some solution to overcome this error.   Thanks and regards, Jayashree.
asked
2 answers
0

The error indicates a http 401 error which means you are not authorized.

Maybe en error in the authorization token?

answered
0

Can you set the log levels of REST PUBLISH and REST CONSUME to trace and show the results here? There should be a more detailed message with the 401 that might explain whats going wrong.

answered