{ "opencollection": "1.0.0", "info": { "name": "Recharge Addresses Onetimes API", "version": "2021-11" }, "request": { "auth": { "type": "apikey", "key": "X-Recharge-Access-Token", "value": "{{X-Recharge-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Onetimes", "type": "folder" }, "items": [ { "info": { "name": "List onetimes", "type": "http" }, "http": { "method": "GET", "url": "https://api.rechargeapps.com/onetimes" }, "docs": "List onetimes" }, { "info": { "name": "Create a onetime", "type": "http" }, "http": { "method": "POST", "url": "https://api.rechargeapps.com/onetimes" }, "docs": "Create a onetime" }, { "info": { "name": "Retrieve a onetime", "type": "http" }, "http": { "method": "GET", "url": "https://api.rechargeapps.com/onetimes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieve a onetime" }, { "info": { "name": "Update a onetime", "type": "http" }, "http": { "method": "PUT", "url": "https://api.rechargeapps.com/onetimes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Update a onetime" }, { "info": { "name": "Delete a onetime", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.rechargeapps.com/onetimes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Delete a onetime" } ] } ], "bundled": true }