{ "opencollection": "1.0.0", "info": { "name": "Shippo Addresses Webhooks API", "version": "2018-02-08" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Register Tracking Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.goshippo.com/tracks", "body": { "type": "json", "data": "{}" } }, "docs": "Registers a tracking webhook for a shipment to receive real-time tracking updates." }, { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.goshippo.com/webhooks" }, "docs": "Returns a list of all webhook subscriptions." }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.goshippo.com/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new webhook subscription for Shippo events." }, { "info": { "name": "Get Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.goshippo.com/webhooks/:WebhookId", "params": [ { "name": "WebhookId", "value": "", "type": "path" } ] }, "docs": "Returns an existing webhook using an object ID." }, { "info": { "name": "Update Webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.goshippo.com/webhooks/:WebhookId", "params": [ { "name": "WebhookId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing webhook subscription." }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.goshippo.com/webhooks/:WebhookId", "params": [ { "name": "WebhookId", "value": "", "type": "path" } ] }, "docs": "Deletes an existing webhook subscription." } ] } ], "bundled": true }