{ "opencollection": "1.0.0", "info": { "name": "Efí Pay Cobranças Account QR Codes 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": "QR Codes", "type": "folder" }, "items": [ { "info": { "name": "Generate Pix QR Code", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/v2/loc/:id/qrcode", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Generate Pix QR Code" }, { "info": { "name": "Detail Pix QR Code", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/v2/gn/qrcodes/detalhar" }, "docs": "Detail Pix QR Code" } ] } ], "bundled": true }