Zero TrustZero Trust Gateway Proxy Endpoints

List proxy endpoints

GET
Fetches all Zero Trust Gateway proxy endpoints for an account.

Path parameters

uuidstringRequired
identifierstringRequired

Response

This endpoint returns an object
result
objectOptional
GET
1curl https://api.cloudflare.com/client/v4/accounts/699d98642c564d2e855e9661899b7252/gateway/proxy_endpoints/ed35569b41ce4d1facfe683550f54086 \
2 -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "result": {
3 "created_at": "2014-01-01T05:20:00.12345Z",
4 "id": "ed35569b41ce4d1facfe683550f54086",
5 "ips": [
6 "192.0.2.1/32"
7 ],
8 "name": "Devops team",
9 "subdomain": "oli3n9zkz5.proxy.cloudflare-gateway.com",
10 "updated_at": "2014-01-01T05:20:00.12345Z"
11 }
12}