{ "opencollection": "1.0.0", "info": { "name": "ConductorOne Access Conflict System Log API", "version": "0.1.0-alpha" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "System Log", "type": "folder" }, "items": [ { "info": { "name": "List Events", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantDomain}.conductor.one/api/v1/systemlog/events", "body": { "type": "json", "data": "{}" } }, "docs": "ListEvents pulls Events from the ConductorOne system.\n\n This endpoint should be used to synchorize the\n system log events to external systems." } ] } ], "bundled": true }