{ "opencollection": "1.0.0", "info": { "name": "Birdeye Aggregation Campaign API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Campaign", "type": "folder" }, "items": [ { "info": { "name": "Fetch Request URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.birdeye.com/v1/campaign/external/campaign-request-url", "body": { "type": "json", "data": "{}" } }, "docs": "Fetch Request URL" }, { "info": { "name": "Set Defaullt Review Sources", "type": "http" }, "http": { "method": "POST", "url": "https://api.birdeye.com/v1/campaign/external/default-review-sources", "body": { "type": "json", "data": "{}" } }, "docs": "Set Defaullt Review Sources" } ] } ], "bundled": true }