Hey All,
Reposting an old question with a slightly different twist to help me understand things better.
Imagine you have API proxy "APIPROXY" happily deployed on an org and environment. Then, you create 2 different API products:
Both have different rate limit settings A (1000 requests/month) and B (500 request/month).
Then you create two Developer Apps and grant access to Product A.
When will the quota kick in/prevent further requests? When each developer hits 1000 requests/month OR when the cumulative count of requests across both developer app reaches 1000 requests in the month? In other words, does the quota counter work against the developer OR against the product?