{ "opencollection": "1.0.0", "info": { "name": "Mercado Pago REST Authentication Preferences API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Preferences", "type": "folder" }, "items": [ { "info": { "name": "Create A Checkout Preference", "type": "http" }, "http": { "method": "POST", "url": "https://api.mercadopago.com/checkout/preferences", "body": { "type": "json", "data": "{}" } }, "docs": "Create A Checkout Preference" }, { "info": { "name": "Search Preferences", "type": "http" }, "http": { "method": "GET", "url": "https://api.mercadopago.com/checkout/preferences/search" }, "docs": "Search Preferences" }, { "info": { "name": "Get A Preference", "type": "http" }, "http": { "method": "GET", "url": "https://api.mercadopago.com/checkout/preferences/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get A Preference" }, { "info": { "name": "Update A Preference", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mercadopago.com/checkout/preferences/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update A Preference" } ] } ], "bundled": true }