{ "opencollection": "1.0.0", "info": { "name": "BrightEdge Platform accounts Chrome Extension Overview API", "version": "5.0.0" }, "items": [ { "info": { "name": "Chrome Extension Overview", "type": "folder" }, "items": [ { "info": { "name": "Get Image tags Alt texts", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/5.0/chrome_extension/overview/images", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Image tags Alt texts" }, { "info": { "name": "Get Page Contents", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/5.0/chrome_extension/overview/content", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Page Contents" }, { "info": { "name": "Get Web Vitals", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/5.0/chrome_extension/overview/web_vitals", "params": [ { "name": "url", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Web Vitals" }, { "info": { "name": "Get Image tags Alt texts", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/latest5/chrome_extension/overview/images", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Image tags Alt texts" }, { "info": { "name": "Get Page Contents", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/latest5/chrome_extension/overview/content", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Page Contents" }, { "info": { "name": "Get Web Vitals", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/latest5/chrome_extension/overview/web_vitals", "params": [ { "name": "url", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get Web Vitals" } ] } ], "bundled": true }