{ "opencollection": "1.0.0", "info": { "name": "Efí Pay Cobranças Account Due Charge Batches API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://cobrancas.api.efipay.com.br/v1/authorize", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Due Charge Batches", "type": "folder" }, "items": [ { "info": { "name": "List Due Charge Batches", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/v2/lotecobv" }, "docs": "List Due Charge Batches" }, { "info": { "name": "Detail Due Charge Batch", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/v2/lotecobv/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Detail Due Charge Batch" }, { "info": { "name": "Create Due Charge Batch", "type": "http" }, "http": { "method": "PUT", "url": "https://cobrancas.api.efipay.com.br/v1/v2/lotecobv/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Create Due Charge Batch" }, { "info": { "name": "Update Due Charge Batch", "type": "http" }, "http": { "method": "PATCH", "url": "https://cobrancas.api.efipay.com.br/v1/v2/lotecobv/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update Due Charge Batch" } ] } ], "bundled": true }