{ "opencollection": "1.0.0", "info": { "name": "ChartMogul REST Account Customers API", "version": "1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.chartmogul.com/v1/customers", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List customers" }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.chartmogul.com/v1/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a customer" }, { "info": { "name": "Retrieve a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.chartmogul.com/v1/customers/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Retrieve a customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.chartmogul.com/v1/customers/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a customer" }, { "info": { "name": "Delete a customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.chartmogul.com/v1/customers/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Delete a customer" }, { "info": { "name": "List customers by email", "type": "http" }, "http": { "method": "GET", "url": "https://api.chartmogul.com/v1/customers/email/:email", "params": [ { "name": "email", "value": "", "type": "path" } ] }, "docs": "List customers by email" }, { "info": { "name": "List customer activities", "type": "http" }, "http": { "method": "GET", "url": "https://api.chartmogul.com/v1/customers/:uuid/activities", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "List customer activities" }, { "info": { "name": "List customer invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.chartmogul.com/v1/customers/:uuid/invoices", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "List customer invoices" } ] } ], "bundled": true }