{ "opencollection": "1.0.0", "info": { "name": "Recharge Addresses Customers API", "version": "2021-11" }, "request": { "auth": { "type": "apikey", "key": "X-Recharge-Access-Token", "value": "{{X-Recharge-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.rechargeapps.com/customers", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of results per page (default 50, max 250)." }, { "name": "page_info", "value": "", "type": "query", "description": "Cursor for cursor-based pagination, taken from the Link response header." } ] }, "docs": "List customers" }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.rechargeapps.com/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a customer" }, { "info": { "name": "Retrieve a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.rechargeapps.com/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieve a customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.rechargeapps.com/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Update a customer" }, { "info": { "name": "Delete a customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.rechargeapps.com/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Delete a customer" }, { "info": { "name": "Retrieve a customer delivery schedule", "type": "http" }, "http": { "method": "GET", "url": "https://api.rechargeapps.com/customers/:id/delivery_schedule", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Returns the upcoming deliveries scheduled for a customer." } ] } ], "bundled": true }