{ "opencollection": "1.0.0", "info": { "name": "Efí Pay Cobranças Account Plans 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": "Plans", "type": "folder" }, "items": [ { "info": { "name": "List Plans", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/plans" }, "docs": "List Plans" }, { "info": { "name": "Create Plan", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/plan" }, "docs": "Create Plan" }, { "info": { "name": "Update Plan", "type": "http" }, "http": { "method": "PUT", "url": "https://cobrancas.api.efipay.com.br/v1/plan/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update Plan" }, { "info": { "name": "Delete Plan", "type": "http" }, "http": { "method": "DELETE", "url": "https://cobrancas.api.efipay.com.br/v1/plan/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Plan" } ] } ], "bundled": true }