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