{ "opencollection": "1.0.0", "info": { "name": "Efí Pay Cobranças Account Configuration 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": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Get Open Finance Config", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/config" }, "docs": "Get Open Finance Config" }, { "info": { "name": "Update Open Finance Config", "type": "http" }, "http": { "method": "PUT", "url": "https://cobrancas.api.efipay.com.br/v1/config" }, "docs": "Update Open Finance Config" } ] } ], "bundled": true }