{ "opencollection": "1.0.0", "info": { "name": "EasyPost Shipping Addresses API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Addresses", "type": "folder" }, "items": [ { "info": { "name": "List addresses", "type": "http" }, "http": { "method": "GET", "url": "https://api.easypost.com/v2/addresses" }, "docs": "List addresses" }, { "info": { "name": "Create an address", "type": "http" }, "http": { "method": "POST", "url": "https://api.easypost.com/v2/addresses", "body": { "type": "json", "data": "{}" } }, "docs": "Create an address" }, { "info": { "name": "Retrieve an address", "type": "http" }, "http": { "method": "GET", "url": "https://api.easypost.com/v2/addresses/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve an address" } ] } ], "bundled": true }