{ "opencollection": "1.0.0", "info": { "name": "Gencove Back array batch API", "version": "v2" }, "items": [ { "info": { "name": "batch", "type": "folder" }, "items": [ { "info": { "name": "batches_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://api.gencove.com/api/v2/batches/:batch_id", "params": [ { "name": "batch_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }