Zero TrustZero Trust Accounts

Get Zero Trust account information

GET
Gets information about the current Zero Trust account.

Path parameters

identifierstringRequired

Response

This endpoint returns an object
result
objectOptional
GET
1curl https://api.cloudflare.com/client/v4/accounts/699d98642c564d2e855e9661899b7252/gateway \
2 -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "result": {
3 "gateway_tag": "f174e90afafe4643bbbc4a0ed4fc8415",
4 "id": "699d98642c564d2e855e9661899b7252",
5 "provider_name": "Cloudflare"
6 }
7}