Best Practices for using Cloudflare API for Bulk Modifications

Hi there, I am trying to configure about 500 domains in single cloudflare account. The script that I've created will automate everything that I need beginning from adding a new domain. Domain DNS related requests, TLS certificates, firewall config, server configuration etc will include in this automation. Recently i run origin certificate create api calls against a test domain and looks like it is blocked (for that domain only). Is there any such limits applied in various sections of cloudflare that developers should consider while automating? Please provide details about the limitations. Thanks
3 Replies
DevelopZoo
DevelopZooOP2mo ago
when i request to create origin certificate (POST), it returns 400 & for all other domains it is 200 with proper response. The 400 returned domain was the one that I've used to create the script.
rdm
rdm2mo ago
What is the TLD, is it unique? Or is it the same TLD as the other 499?
DevelopZoo
DevelopZooOP2mo ago
there are 2x org, 1x net and all others are com

Did you find this page helpful?