curl --location --request GET 'https://api.cloudflare.com/client/v4/organizations//audit_logs'
{
"errors": null,
"messages": [],
"result": [
{
"action": {
"result": true,
"type": "change_setting"
},
"actor": {
"email": "michelle@example.com",
"id": "f6b5de0326bb5182b8a4840ee01ec774",
"ip": "198.41.129.166",
"type": "user"
},
"id": "d5b0f326-1232-4452-8858-1089bd7168ef",
"interface": "API",
"metadata": {
"name": "security_level",
"type": "firewall",
"value": "high",
"zone_name": "example.com"
},
"newValue": "low",
"oldValue": "high",
"owner": {
"id": "023e105f4ecef8ad9ca31a8372d0c353"
},
"resource": {
"id": "023e105f4ecef8ad9ca31a8372d0c353",
"type": "zone"
},
"when": "2017-04-26T17:31:07Z"
}
],
"success": true
}