{ "opencollection": "1.0.0", "info": { "name": "Efí Pay Cobranças Account Pix Keys 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": "Pix Keys", "type": "folder" }, "items": [ { "info": { "name": "List Random Pix Keys", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/v2/gn/evp" }, "docs": "List Random Pix Keys" }, { "info": { "name": "Create Random Pix Key", "type": "http" }, "http": { "method": "POST", "url": "https://cobrancas.api.efipay.com.br/v1/v2/gn/evp" }, "docs": "Create Random Pix Key" }, { "info": { "name": "Delete Random Pix Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://cobrancas.api.efipay.com.br/v1/v2/gn/evp/:chave", "params": [ { "name": "chave", "value": "", "type": "path" } ] }, "docs": "Delete Random Pix Key" }, { "info": { "name": "List Pix Keys Bucket", "type": "http" }, "http": { "method": "GET", "url": "https://cobrancas.api.efipay.com.br/v1/v2/gn/chaves/balde" }, "docs": "List Pix Keys Bucket" } ] } ], "bundled": true }