{ "opencollection": "1.0.0", "info": { "name": "PagBank / PagSeguro REST Accounts Plans API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Plans", "type": "folder" }, "items": [ { "info": { "name": "List Plans", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagseguro.com/plans" }, "docs": "List Plans" }, { "info": { "name": "Create a Recurring Plan", "type": "http" }, "http": { "method": "POST", "url": "https://api.pagseguro.com/plans" }, "docs": "Create a Recurring Plan" }, { "info": { "name": "Get a Plan", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagseguro.com/plans/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Plan" }, { "info": { "name": "Update a Plan", "type": "http" }, "http": { "method": "PUT", "url": "https://api.pagseguro.com/plans/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a Plan" }, { "info": { "name": "Activate a Plan", "type": "http" }, "http": { "method": "PUT", "url": "https://api.pagseguro.com/plans/:id/activate", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Activate a Plan" }, { "info": { "name": "Deactivate a Plan", "type": "http" }, "http": { "method": "PUT", "url": "https://api.pagseguro.com/plans/:id/deactivate", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deactivate a Plan" } ] } ], "bundled": true }