Rating limit on API integration

Hi Team,

In our application we have exposed the service, and this service can be hit n number of times, is there any way to limit the number of hits ?

as per my knowledge we cant restrict them in the service, is there any way that we can configure in the platform level ?

Thanks,

Basivi.

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.