Hello,
I’m not sure to understand all the rules for rate limiting on the management api.
the documentation said :
The rate limits include calls made via Rules and are set by tenant and not by endpoint. Each endpoint is configured with a bucket that defines request limit and the rate limit window (per second, per minute, per day, etc.).
The rate limit are by endpoint or by tenant if the bucket are by endpoint ?
For some API endpoints, the rate limits are defined per bucket, so the origins of the call do not influence the rate limit changes. For other buckets, the rate limits are defined using different keys, so the originating IP address is considered when counting the number of received API calls.
Where can I found informations (keys and rates) about endpoint not listed for my tenant type ? (Read & Write users for Enterprise tenant)