Our current REST infra currently doesn’t support limiting the number of API calls. One way to achieve this use-case is probably by using a DSS or application setting to record the number of hits in the service activity and keeping a check there to return a standard wait/error message once the desired number of hits to the service is crossed.