{ "opencollection": "1.0.0", "info": { "name": "Birdeye Aggregation Integration API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Integration", "type": "folder" }, "items": [ { "info": { "name": "Add locations", "type": "http" }, "http": { "method": "PUT", "url": "https://api.birdeye.com/v1/integrations/add/businessintegrationmapping", "body": { "type": "json", "data": "{}" } }, "docs": "Add locations" } ] } ], "bundled": true }