{ "opencollection": "1.0.0", "info": { "name": "BrightEdge Platform accounts webhook API", "version": "5.0.0" }, "items": [ { "info": { "name": "webhook", "type": "folder" }, "items": [ { "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": "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 }