{ "opencollection": "1.0.0", "info": { "name": "PagBank / PagSeguro REST Accounts API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Create a Sub-Merchant Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.pagseguro.com/accounts" }, "docs": "Create a Sub-Merchant Account" }, { "info": { "name": "Get a Sub-Merchant Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagseguro.com/accounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Sub-Merchant Account" } ] } ], "bundled": true }