Tools
cloudflare_zones
Run the cloudflare_zones tool. Returns a clean, normalized JSON shape. Bring your own key — connect cloudflare first via POST /v1/connections.
POST
cloudflare_zones
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the cloudflare_zones tool. Returns a clean, normalized JSON shape. Bring your own key — connect cloudflare first via POST /v1/connections.
curl --request POST \
--url https://api.fetchbean.com/v1/cloudflare_zones \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"page": 123,
"per_page": 123
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/cloudflare_zones \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"page": 123,
"per_page": 123
}
'{}