← Back to catalog
cloudflare.zones_list
mock data$0.001 / callList Cloudflare Zones
List all domains (zones) managed in Cloudflare — zone ID, domain name, status (active/pending), plan, nameservers. Filter by domain name or status. Zone ID needed for all other Cloudflare tools (Cloudflare)
Input schema
name
stringFilter by domain name (e.g. "example.com")
limit
integerResults per page (default 20, max 50)
status
stringFilter by zone status
Call via REST
curl -X POST https://unifyapi.pro/api/call/cloudflare.zones_list \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"name":"<name>","limit":0,"status":"<status>"}'