{ "opencollection": "1.0.0", "info": { "name": "Bright Data Account Management Access Lookup API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Lookup", "type": "folder" }, "items": [ { "info": { "name": "Trigger a Deep Lookup Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.brightdata.com/deep_lookup/trigger", "body": { "type": "json", "data": "{}" } }, "docs": "Trigger a Deep Lookup Request" }, { "info": { "name": "Preview a Deep Lookup Query", "type": "http" }, "http": { "method": "POST", "url": "https://api.brightdata.com/deep_lookup/preview", "body": { "type": "json", "data": "{}" } }, "docs": "Preview a Deep Lookup Query" }, { "info": { "name": "Enhance a Deep Lookup Query", "type": "http" }, "http": { "method": "POST", "url": "https://api.brightdata.com/deep_lookup/enhance_query", "body": { "type": "json", "data": "{}" } }, "docs": "Enhance a Deep Lookup Query" }, { "info": { "name": "Get Deep Lookup Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.brightdata.com/deep_lookup/request/:request_id/status", "params": [ { "name": "request_id", "value": "", "type": "path" } ] }, "docs": "Get Deep Lookup Status" }, { "info": { "name": "Download Deep Lookup Results", "type": "http" }, "http": { "method": "GET", "url": "https://api.brightdata.com/deep_lookup/request/:request_id/download", "params": [ { "name": "request_id", "value": "", "type": "path" }, { "name": "format", "value": "", "type": "query" } ] }, "docs": "Download Deep Lookup Results" }, { "info": { "name": "Enrich Deep Lookup Columns", "type": "http" }, "http": { "method": "POST", "url": "https://api.brightdata.com/deep_lookup/request/:request_id/enrich", "params": [ { "name": "request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Enrich Deep Lookup Columns" } ] } ], "bundled": true }