An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Hello @See, Yi Xuan,
As mentioned above APIM doesn't allow you to directly add remaining quota in the response header via the quota-by-key policy, you can use the Quota REST API to retrieve this information and incorporate it into your API’s response by calling the API from your backend systems or custom policies. This provides an effective workaround for tracking quota usage and returning it to users.
Also, for your better understanding,