{ "opencollection": "1.0.0", "info": { "name": "Efí Pay Cobranças Account Statement Schedules 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": "Statement Schedules", "type": "folder" }, "items": [ { "info": { "name": "List Statement Schedules", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/extrato-cnab/agendamentos" }, "docs": "List Statement Schedules" }, { "info": { "name": "Create Statement Schedule", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/extrato-cnab/agendar" }, "docs": "Create Statement Schedule" }, { "info": { "name": "Update Statement Schedule", "type": "http" }, "http": { "method": "PATCH", "url": "https://cobrancas.api.efipay.com.br/v1/extrato-cnab/agendar/:identificador", "params": [ { "name": "identificador", "value": "", "type": "path" } ] }, "docs": "Update Statement Schedule" } ] } ], "bundled": true }