Zero TrustZero Trust Accounts

Get Zero Trust account configuration

GET
Fetches the current Zero Trust account configuration.

Path parameters

identifierstringRequired

Response

This endpoint returns an object
result
objectOptional
GET
1curl https://api.cloudflare.com/client/v4/accounts/699d98642c564d2e855e9661899b7252/gateway/configuration \
2 -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "result": {
3 "created_at": "2014-01-01T05:20:00.12345Z",
4 "updated_at": "2014-01-01T05:20:00.12345Z"
5 }
6}