Help Center> API Gateway> FAQs> API Authentication> How Do I Call an API That Does Not Require Authentication?
Updated on 2022-11-22 GMT+08:00

How Do I Call an API That Does Not Require Authentication?

To call APIs that do not require authentication, construct standard HTTP requests and send them to APIG.

APIG transparently transmits requests to call an API that does not require authentication to the backend service. If you want requests to be authenticated on the API backend service, you can set Security Authentication to None. The API caller transfers the fields required for authentication to the backend service, and the backend service performs authentication.

API Authentication FAQs

more