{ "opencollection": "1.0.0", "info": { "name": "Dashboard Allowlists Visits API", "version": "1.0.0" }, "items": [ { "info": { "name": "Visits", "type": "folder" }, "items": [ { "info": { "name": "Get all visitors for an environment", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId/visitors", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" }, { "name": "filter", "value": "", "type": "query" }, { "name": "orderBy", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query", "description": "The number of items to skip before starting to collect the result set" }, { "name": "limit", "value": "", "type": "query", "description": "The numbers of items to return" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all visitors for an environment" } ] } ], "bundled": true }