{ "opencollection": "1.0.0", "info": { "name": "BrightEdge Platform accounts instant API", "version": "5.0.0" }, "items": [ { "info": { "name": "instant", "type": "folder" }, "items": [ { "info": { "name": "Get Kw Ideas Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/5.0/instant/keywordIdeas/:organization_id/:request_id", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "request_id", "value": "", "type": "path" }, { "name": "only_total", "value": "", "type": "query" }, { "name": "include_total", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint return result" }, { "info": { "name": "Submit Kw For Ideas", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/5.0/instant/keywordIdeas/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint receive keywords for ideas" }, { "info": { "name": "Process Webhook", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/5.0/instant/webhook/:provider/kw_ideas/:request_id", "params": [ { "name": "provider", "value": "", "type": "path" }, { "name": "request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint handle webhook from oxylabs" }, { "info": { "name": "Get Kw Ideas Result", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/latest5/instant/keywordIdeas/:organization_id/:request_id", "params": [ { "name": "organization_id", "value": "", "type": "path" }, { "name": "request_id", "value": "", "type": "path" }, { "name": "only_total", "value": "", "type": "query" }, { "name": "include_total", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint return result" }, { "info": { "name": "Submit Kw For Ideas", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/latest5/instant/keywordIdeas/:organization_id", "params": [ { "name": "organization_id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint receive keywords for ideas" }, { "info": { "name": "Process Webhook", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/latest5/instant/webhook/:provider/kw_ideas/:request_id", "params": [ { "name": "provider", "value": "", "type": "path" }, { "name": "request_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint handle webhook from oxylabs" } ] } ], "bundled": true }