Cloudflare::API::Zones

NAME

Cloudflare::API::Zones - list and retrieve Cloudflare zones

SYNOPSIS

my $zones=$api->zones()->list(status => 'active');
my $zone=$api->zones()->get($zone_id);

DESCRIPTION

Zone lookups use the token configured on Cloudflare::API and do not require its default account ID. Worker routes are managed by Cloudflare::API::Workers using an explicit zone ID.

METHODS

ERRORS

See Cloudflare::API for HTTP, transport, Cloudflare envelope, and invalid path-component exceptions.

SEE ALSO

Cloudflare::API, Cloudflare::API::Workers

AUTHOR

Andrew Speer andrew.speer@isolutions.com.au

LICENSE and COPYRIGHT

Copyright (c) 2026 Andrew Speer. This software is free software under the same terms as Perl 5.