-The mechanism is blocking selected methods for a specific time interval (e.g. get:/api/v2/bankaccount/?.*/RefreshActiveAccounts=true); we can block this way any method
-The time is configurable, default is set to 2 min
-At this moment the mechanism is set on 1 request every 2 mins, so when we would like to make a refresh for a given user (RAA=true) one after another, we would get a response with HTTP status 429 and ‘too many requests’.
example message:
1{"message": "API calls quota exceeded! Maximum admitted 1 per 2m"}
-In responses from a restricted endpoint, the header will return the
1Retry-After: 118
parameter, which tells the number of seconds remaining before the restriction ends.