{ "opencollection": "1.0.0", "info": { "name": "Efí Pay Cobranças Account Payment Links 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": "Payment Links", "type": "folder" }, "items": [ { "info": { "name": "Create One Step Charge Link", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/charge/one-step/link" }, "docs": "Create One Step Charge Link" }, { "info": { "name": "Create Charge Link", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/charge/:id/link", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Create Charge Link" }, { "info": { "name": "Update Charge Link", "type": "http" }, "http": { "method": "PUT", "url": "https://cobrancas.api.efipay.com.br/v1/charge/:id/link", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update Charge Link" }, { "info": { "name": "Send Link Email", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/charge/:id/link/resend", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Send Link Email" } ] } ], "bundled": true }