{ "opencollection": "1.0.0", "info": { "name": "Birdeye Aggregation Webhook API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhook", "type": "folder" }, "items": [ { "info": { "name": "Get events", "type": "http" }, "http": { "method": "GET", "url": "https://api.birdeye.com/v1/messenger/webhook/event" }, "docs": "Get events" }, { "info": { "name": "Create webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.birdeye.com/v1/messenger/subscribe/webhook/event", "body": { "type": "json", "data": "{}" } }, "docs": "Create webhook subscription" } ] } ], "bundled": true }