401 Unauthorized error if trying to call Zoom api from a Azure Logic App

I have a Node.js API that connects to Zoom API to get some recordings and then sends those recordings into a Salesforce database.

If I call my API from my local PC (Postman), or from a virtual machine, everything works fine and the files are saved successfully.
But if I call my API from a new Azure Logic App (a recurrent task), the Zoom API call inside my API returns error “Request failed with status code 401”.

I understand there could be a restriction issue because I’m trying to access the Zoom API from a third party service.
Is there a way I could exempt my Logic App from getting 401 error?

Hi @ltechera
Thanks for reaching out to the Zoom Developer Forum and welcome to our community, I am happy to help here!
Have you taken a look at this support article?

Hi Elisa,
Thank you for reaching out!
The article does not solve our problem because we don’t use nor we want to use Azure to connect with Zoom in any way.
The only funcionality our Azure Logic App does, is call our own NodeJs API, and that API is the one interacting with the Zoom API.