{ "opencollection": "1.0.0", "info": { "name": "Bright Data Account Management Access Sessions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "List Browser Sessions", "type": "http" }, "http": { "method": "GET", "url": "https://api.brightdata.com/browser_sessions", "params": [ { "name": "zone", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "List Browser Sessions" }, { "info": { "name": "Get Browser Session", "type": "http" }, "http": { "method": "GET", "url": "https://api.brightdata.com/browser_sessions/:session_id", "params": [ { "name": "session_id", "value": "", "type": "path" } ] }, "docs": "Get Browser Session" } ] } ], "bundled": true }