curl --location --request GET 'https://api.cloudflare.com/client/v4/zones//access/apps//policies/'
{
"errors": [],
"messages": [],
"result": {
"approval_groups": [
{
"approvals_needed": 1,
"email_addresses": [
"test1@cloudflare.com",
"test2@cloudflare.com"
]
},
{
"approvals_needed": 3,
"email_list_uuid": "597147a1-976b-4ef2-9af0-81d5d007fc34"
}
],
"approval_required": true,
"created_at": "2014-01-01T05:20:00.12345Z",
"decision": "allow",
"exclude": [
{
"email": {
"email": "test@example.com"
}
}
],
"id": "f174e90a-fafe-4643-bbbc-4a0ed4fc8415",
"include": [
{
"email": {
"email": "test@example.com"
}
}
],
"name": "Allow devs",
"precedence": 0,
"purpose_justification_prompt": "Please enter a justification for entering this protected domain.",
"purpose_justification_required": true,
"require": [
{
"email": {
"email": "test@example.com"
}
}
],
"updated_at": "2014-01-01T05:20:00.12345Z"
},
"success": true
}