{ "opencollection": "1.0.0", "info": { "name": "BrightEdge Platform accounts web_vitals API", "version": "5.0.0" }, "items": [ { "info": { "name": "web_vitals", "type": "folder" }, "items": [ { "info": { "name": "Save Site Info", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/5.0/web_vitals/:account_id/:device_type", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "device_type", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This saves the web vitals data for the user" }, { "info": { "name": "Get Site Info", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/5.0/web_vitals/results/:account_id/:device_type", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "device_type", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This returns the web vitals data for the user" }, { "info": { "name": "Save Site Info", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/latest5/web_vitals/:account_id/:device_type", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "device_type", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This saves the web vitals data for the user" }, { "info": { "name": "Get Site Info", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/latest5/web_vitals/results/:account_id/:device_type", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "device_type", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This returns the web vitals data for the user" } ] } ], "bundled": true }