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?