제품
통합데모 예약
지금 전화하세요:(800) 931-5930
Capterra Reviews

제품

  • Pass
  • 데이터 인텔리전스
  • WMS
  • YMS
  • 배송
  • RMS
  • OMS
  • PIM
  • 부기
  • 트랜로드

통합

  • B2C 및 전자상거래
  • B2B 및 옴니채널
  • 기업
  • 생산성 및 마케팅
  • 배송 및 주문 처리

리소스

  • 가격
  • IEEPA 관세 환불 계산기
  • 다운로드
  • 도움말 센터
  • 산업
  • 보안
  • 이벤트
  • 블로그
  • 사이트맵
  • 데모 예약
  • 문의하기

뉴스레터를 구독하세요.

제품 업데이트 및 뉴스를 받아보세요. 받은 편지함. 스팸이 없습니다.

ItemItem
개인정보 보호정책약관 서비스데이터 보호

저작권 항목, LLC 2026 . All Rights Reserved

SOC for Service OrganizationsSOC for Service Organizations

    API Gateway: CubeworkFreight & Logistics Glossary Term Definition

    HomeGlossaryPrevious: AI-Powered Data CaptureAPI GatewayIntroductionApiGatewayDefinitionStrategicImportanceSpecialized
    See all terms

    What is API Gateway?

    API Gateway

    Introduction to API Gateway

    An API Gateway is a server that acts as an API front-end, receiving API requests, enforcing throttling and security policies, passing requests to the back-end service, and then passing the response back to the requester. It sits between a client and a collection of backend services.

    In microservices architectures, an API Gateway provides a single point of entry for a defined group of microservices. It acts as a reverse proxy, accepting all application programming interface (API) calls, aggregating the various services required to fulfill them, and returning the appropriate result.

    Key Functions

    • Request Routing: Directing requests to the appropriate backend service.
    • Authentication & Security: verifying user identity and managing access rights.
    • Rate Limiting: Controlling the number of requests a user can make in a given timeframe to prevent abuse.
    • Protocol Translation: Converting between different web protocols (e.g., HTTP to WebSocket).

    Why use an API Gateway?

    • Simplified Client Interface: Clients only need to know one endpoint.
    • Improved Security: Hides the internal structure of the application.
    • Centralized Monitoring: Provides a unified view of traffic and performance metrics.

    Keywords