Zero TrustZero Trust Lists

List Zero Trust lists

GET
Fetches all Zero Trust lists 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/lists \
2 -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "result": [
3 {
4 "count": 20,
5 "created_at": "2014-01-01T05:20:00.12345Z",
6 "description": "The serial numbers for administrators",
7 "id": "f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
8 "name": "Admin Serial Numbers",
9 "type": "SERIAL",
10 "updated_at": "2014-01-01T05:20:00.12345Z"
11 }
12 ]
13}