Restricting API access to only server-side app?

44 Views Asked by At

I have an API that would be accessed by another API which is then consumed by a front-end app. So [Web Page] -> [Middleware API] -> [My API]. Is there any way I can make my API private so that it can only be consumed by the middleware API? None of the endpoints will be used by the front end so everything should be server side.

0

There are 0 best solutions below