{ "opencollection": "1.0.0", "info": { "name": "Novu Activity API", "version": "3.15.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Activity", "type": "folder" }, "items": [ { "info": { "name": "Novu Track Provider Activity and Engagement Events", "type": "http" }, "http": { "method": "POST", "url": "https://api.novu.co/v2/inbound-webhooks/delivery-providers/:environmentId/:integrationId", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The environment identifier" }, { "name": "integrationId", "value": "", "type": "path", "description": "The integration identifier for the delivery provider" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Track activity and engagement events for a specific delivery provider" } ] } ], "bundled": true }