Search
Close this search box.

Glossary

TitleDescription
API Gateway

Both an API proxy and API gateway provide access to your backend services. An API gateway can even act as a simple API proxy. However, an API gateway has a more robust set of features — especially around security and monitoring — than an API proxy.

API Proxy

An API proxy acts as a gateway between your developers and backend services, although it is limited in its capabilities when compared to an API gateway. It's an intermediary that makes requests on behalf of developers, sitting between application and backend services. An API gateway provides more features including rate limiting, security, and API monitoring.

TitleDescription