{ "opencollection": "1.0.0", "info": { "name": "Lytx..Management.Api Consent Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of group audit logs in the organization.", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytx.com/consent-management/groups/auditlogs", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve a list of group audit logs" }, { "info": { "name": "Export group audit logs in the organization.", "type": "http" }, "http": { "method": "POST", "url": "https://api.lytx.com/consent-management/groups/exportAuditLogs", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Export group audit logs" } ] } ], "bundled": true }