For Workes & Pages, what is the name of the domain?
all domains
What is the error number?
429
What is the error message?
429 rate limit
What is the issue or error you’re encountering
I’m experiencing persistent rate limiting issues while trying to create multiple zones through the Cloudflare API. Here are the specifics: I’m using Python with the Cloudflare API v4 Attempting to create zones (POST /zones) for about 150 domains Each API call results in a 429 error (rate limit) Even with a 45-minute wait between attempts, the rate limit persists This has been occurring consistently for over 8 hours Is there a specific daily/hourly limit for zone creation that I should be aware of? Any guidance on the correct approach for bulk zone creation would be greatly appreciated.