{ "opencollection": "1.0.0", "info": { "name": "sales-api Captures API", "version": "1.0" }, "items": [ { "info": { "name": "Captures", "type": "folder" }, "items": [ { "info": { "name": "Capture", "type": "http" }, "http": { "method": "POST", "url": "https://sandboxsalesapi.connexpay.com/api/v1/Captures", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Call this endpoint to Capture an Authorization so that it settles" } ] } ], "bundled": true }