{ "opencollection": "1.0.0", "info": { "name": "PagBank / PagSeguro REST Accounts Subscribers API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Subscribers", "type": "folder" }, "items": [ { "info": { "name": "List Subscribers", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagseguro.com/subscribers" }, "docs": "List Subscribers" }, { "info": { "name": "Create a Subscriber", "type": "http" }, "http": { "method": "POST", "url": "https://api.pagseguro.com/subscribers" }, "docs": "Create a Subscriber" }, { "info": { "name": "Get a Subscriber", "type": "http" }, "http": { "method": "GET", "url": "https://api.pagseguro.com/subscribers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Subscriber" }, { "info": { "name": "Update a Subscriber", "type": "http" }, "http": { "method": "PUT", "url": "https://api.pagseguro.com/subscribers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a Subscriber" }, { "info": { "name": "Update Subscriber Payment Method", "type": "http" }, "http": { "method": "PUT", "url": "https://api.pagseguro.com/subscribers/:id/payment-method", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update Subscriber Payment Method" } ] } ], "bundled": true }