Zero TrustZero Trust Gateway Locations

List Zero Trust Gateway locations

GET
Fetches Zero Trust Gateway locations for an account.

Path parameters

identifierstringRequired

Response

This endpoint returns an object
result
list of objectsOptional
GET
1curl https://api.cloudflare.com/client/v4/accounts/699d98642c564d2e855e9661899b7252/gateway/locations \
2 -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "result": [
3 {
4 "client_default": false,
5 "created_at": "2014-01-01T05:20:00.12345Z",
6 "doh_subdomain": "oli3n9zkz5",
7 "ecs_support": false,
8 "id": "ed35569b41ce4d1facfe683550f54086",
9 "ip": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
10 "name": "Austin Office Location",
11 "networks": [
12 "192.0.2.1/32"
13 ],
14 "updated_at": "2014-01-01T05:20:00.12345Z"
15 }
16 ]
17}