{ "opencollection": "1.0.0", "info": { "name": "Shippeo Real-Time Transportation Visibility ETA and Status Event Subscriptions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Event Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "List event (webhook) subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.shippeo.com/event-subscriptions" }, "docs": "MODELED. Lists Events-out webhook subscriptions - the callback URLs Shippeo POSTs status changes, ETA updates, milestone events, and carbon-emissions data to." }, { "info": { "name": "Create an event subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.shippeo.com/event-subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "MODELED. Registers a webhook callback URL and the event types to receive from the Events-out API (for example transport status changes and ETA updates)." }, { "info": { "name": "Delete an event subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.shippeo.com/event-subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier." } ] }, "docs": "MODELED. Removes a webhook event subscription." } ] } ], "bundled": true }