I am currently doing some research, and for context I have an API, and I want my API to connect to other Public APIs.
Now, these Public APIs has the ability to connect to Magento. My question is that, Can I use Magento as some sort of a middle man between my API and the Public APIs I want to connect to?
Like if I made a request from my API to Public API 1, can Magento deliver that request to Public API 1? And get the response from Public API 1 to my API?
Any insights is greatly appreciated.