{ "opencollection": "1.0.0", "info": { "name": "project44 Tracking Shipments Webhooks API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.project44.com/api/v4/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.project44.com/api/v4/webhooks/subscriptions" }, "docs": "Returns all active webhook subscriptions for the authenticated account." }, { "info": { "name": "Create webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.project44.com/api/v4/webhooks/subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new webhook subscription to receive shipment event notifications." }, { "info": { "name": "Delete webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.project44.com/api/v4/webhooks/subscriptions/:subscriptionId", "params": [ { "name": "subscriptionId", "value": "", "type": "path" } ] }, "docs": "Removes an active webhook subscription." } ] } ], "bundled": true }