API's x-ratelimit-limit value 1000 is correct?

When I call APIs using curl commands below to our Developer tenant,
curl -D - https://{custom-domain}/v2/logout
curl -D - https://{custom-domain}/v2/userinfo
curl -D - https://{tenant-address}/v2/logout
curl -D - https://{tenant-address}/v2/userinfo

response headers are same on rate-limit part.

x-ratelimit-limit: 1000
x-ratelimit-remaining: 999
x-ratelimit-reset: 1625099399
server: cloudflare

This means like I can call 1000 times /userinfo and /logout every minutes?

Here’s our Rate Limit Policy that will tell you all you need to know:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.