{ "opencollection": "1.0.0", "info": { "name": "Dashboard Allowlists Events API", "version": "1.0.0" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Get event types", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/eventTypes" }, "docs": "Get event types" }, { "info": { "name": "Get environment events", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId/events", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for pagination" }, { "name": "resourceType", "value": "", "type": "query", "description": "Resource type of event" }, { "name": "startDate", "value": "", "type": "query", "description": "Start date of the event query" }, { "name": "endDate", "value": "", "type": "query", "description": "End date of the event query" } ] }, "docs": "Get environment events" }, { "info": { "name": "Get environment event by id", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId/events/:eventId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" }, { "name": "eventId", "value": "", "type": "path", "description": "ID of the event" } ] }, "docs": "Get environment event by id" } ] } ], "bundled": true }