{ "opencollection": "1.0.0", "info": { "name": "Shippo Addresses Refunds API", "version": "2018-02-08" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "List Refunds", "type": "http" }, "http": { "method": "GET", "url": "https://api.goshippo.com/refunds", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "results", "value": "", "type": "query" } ] }, "docs": "Returns a list of all refund objects." }, { "info": { "name": "Create Refund", "type": "http" }, "http": { "method": "POST", "url": "https://api.goshippo.com/refunds", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a refund request for a purchased label." }, { "info": { "name": "Get Refund", "type": "http" }, "http": { "method": "GET", "url": "https://api.goshippo.com/refunds/:RefundId", "params": [ { "name": "RefundId", "value": "", "type": "path" } ] }, "docs": "Returns an existing refund using an object ID." } ] } ], "bundled": true }