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