{ "opencollection": "1.0.0", "info": { "name": "Easyship Addresses Webhooks API", "version": "2024-09" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.easyship.com/2024-09/webhooks" }, "docs": "List webhooks" }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.easyship.com/2024-09/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook" } ] } ], "bundled": true }