curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/compliance/summary \
--header 'Authorization: Bearer <token>'{
"generatedAt": "2023-11-07T05:31:56Z",
"since": "2023-11-07T05:31:56Z",
"until": "2023-11-07T05:31:56Z",
"agents": {
"total": 123,
"active": 123,
"suspended": 123,
"revoked": 123
},
"grants": {
"total": 123,
"active": 123,
"revoked": 123,
"expired": 123
},
"auditEntries": {
"total": 123,
"success": 123,
"failure": 123,
"blocked": 123
},
"policies": {
"total": 123
},
"plan": "<string>"
}curl --request GET \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/compliance/summary \
--header 'Authorization: Bearer <token>'{
"generatedAt": "2023-11-07T05:31:56Z",
"since": "2023-11-07T05:31:56Z",
"until": "2023-11-07T05:31:56Z",
"agents": {
"total": 123,
"active": 123,
"suspended": 123,
"revoked": 123
},
"grants": {
"total": 123,
"active": 123,
"revoked": 123,
"expired": 123
},
"auditEntries": {
"total": 123,
"success": 123,
"failure": 123,
"blocked": 123
},
"policies": {
"total": 123
},
"plan": "<string>"
}Developer API key