{ "opencollection": "1.0.0", "info": { "name": "ClickPost Cancellation Order API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Order", "type": "folder" }, "items": [ { "info": { "name": "Create a single-parcel order", "type": "http" }, "http": { "method": "POST", "url": "https://www.clickpost.in/api/v1/order", "body": { "type": "json", "data": "{}" } }, "docs": "Create single-parcel shipment (SPS) orders." }, { "info": { "name": "Create a multi-parcel order", "type": "http" }, "http": { "method": "POST", "url": "https://www.clickpost.in/api/v1/order/mps", "body": { "type": "json", "data": "{}" } }, "docs": "Create multi-parcel shipment (MPS) orders." }, { "info": { "name": "Get order details", "type": "http" }, "http": { "method": "GET", "url": "https://www.clickpost.in/api/v1/order/:order_id", "params": [ { "name": "order_id", "value": "", "type": "path" } ] }, "docs": "Retrieve shipment details for a specific order." } ] } ], "bundled": true }