{ "opencollection": "1.0.0", "info": { "name": "Wakeo Visibility Shipments Webhooks API", "version": "1.0-modeled" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.wakeo.co/oauth/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.wakeo.co/v1/webhooks" }, "docs": "Lists the webhook subscriptions for the account. MODELED." }, { "info": { "name": "Create a webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.wakeo.co/v1/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Subscribes a customer endpoint to shipment tracking and ETA update events, pushing enriched data into a TMS/ERP/MRP. MODELED." }, { "info": { "name": "Delete a webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wakeo.co/v1/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "The identifier of the webhook subscription." } ] }, "docs": "Removes a webhook subscription. MODELED." } ] } ], "bundled": true }