{ "opencollection": "1.0.0", "info": { "name": "17TRACK Tracking Webhooks API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "17token", "value": "{{17token}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Manually Trigger Push Notification", "type": "http" }, "http": { "method": "POST", "url": "https://api.17track.net/track/v1/push", "body": { "type": "json", "data": "{}" } }, "docs": "Manually trigger webhook push notifications for one or more tracking numbers to re-deliver the latest and historical tracking data to your webhook endpoint." } ] } ], "bundled": true }