Cloudflare::API::Accounts

NAME

Cloudflare::API::Accounts - list and retrieve Cloudflare accounts

SYNOPSIS

my $accounts=$api->accounts()->list();
my $account=$api->accounts()->get($account_id);

DESCRIPTION

Account lookups use the token configured on Cloudflare::API. They do not require a default account ID on the parent client.

METHODS

ERRORS

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

SEE ALSO

Cloudflare::API, Cloudflare::API::Zones

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.