{ "opencollection": "1.0.0", "info": { "name": "Mercado Pago REST Authentication Reports API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "List Release Reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.mercadopago.com/v1/account/release" }, "docs": "List Release Reports" }, { "info": { "name": "Generate A Release Report", "type": "http" }, "http": { "method": "POST", "url": "https://api.mercadopago.com/v1/account/release" }, "docs": "Generate A Release Report" }, { "info": { "name": "Download A Release Report", "type": "http" }, "http": { "method": "GET", "url": "https://api.mercadopago.com/v1/account/release/:id/download", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Download A Release Report" } ] } ], "bundled": true }