{ "opencollection": "1.0.0", "info": { "name": "Iterable Export Campaigns Push API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Push", "type": "folder" }, "items": [ { "info": { "name": "Send a push notification", "type": "http" }, "http": { "method": "POST", "url": "https://api.iterable.com/api/push/target", "body": { "type": "json", "data": "{}" } }, "docs": "Sends a push notification to a specific user using a template. Supports personalization via data fields." } ] } ], "bundled": true }