{ "opencollection": "1.0.0", "info": { "name": "ClickPost Cancellation Label API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Label", "type": "folder" }, "items": [ { "info": { "name": "Get shipping label", "type": "http" }, "http": { "method": "GET", "url": "https://www.clickpost.in/api/v1/label/:order_id", "params": [ { "name": "order_id", "value": "", "type": "path" } ] }, "docs": "Retrieve shipping label for an order." } ] } ], "bundled": true }