{ "opencollection": "1.0.0", "info": { "name": "Qargo TMS API / Accounting Use case / Tracking API", "version": "1.2.0" }, "items": [ { "info": { "name": "Use case / Tracking", "type": "folder" }, "items": [ { "info": { "name": "Tracking Update", "type": "http" }, "http": { "method": "POST", "url": "https://api.qargo.com/v1/webhook/tracking-update", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Webhook for tracking updates.\n\nPush to the endpoint to update tracking information for a resource." } ] } ], "bundled": true }