PHP Client for Cloudflare API
Load Balancers

Regions

Regions endpoint reference.

List

List Load Balancer region mappings for an account.

ParamTypeRequiredDefaultDescription
accountIdstringYesAccount Identifier.
php
$response = $client->loadBalancers()->regions()->list('ACCOUNT_ID');
View this operation on the Cloudflare API Reference

Get

Get a single Load Balancer region mapping for an account.

ParamTypeRequiredDefaultDescription
accountIdstringYesAccount Identifier.
regionIdstringYesRegion Identifier.
php
$response = $client->loadBalancers()->regions()->get('ACCOUNT_ID', 'REGION_ID');
View this operation on the Cloudflare API Reference
Copyright © 2026