API Gateway throttling is a mechanism to control the number of requests that can be made to an API. This is useful to control the load on the backend service and to prevent abuse of the API. Throttling can be applied at the API level, resource level, or method level. Throttling can be applied to both the requests that are made to the API and the responses that are returned from the API. API Gate..