Zero TrustZero Trust Gateway Locations

Get Zero Trust Gateway location details

GET
Fetches a single Zero Trust Gateway location.

Path parameters

uuidstringRequired
identifierstringRequired

Response

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