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