API Gateway

In simple terms, an API Gateway is an API management service/tool that sits between clients and services. It acts as a reverse proxy to accept all API calls, aggregate the various services required to fulfill them, and return the appropriate result.

An API Gateway can also have additional logic (layers) to work as a traffic manager tool.