{ "opencollection": "1.0.0", "info": { "name": "SamCart Public Charges Customers API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "sc-api", "value": "{{sc-api}}", "placement": "header" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.samcart.com/v1/customers", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination." } ] }, "docs": "Returns the customers in the marketplace." }, { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.samcart.com/v1/customers/:customer_id", "params": [ { "name": "customer_id", "value": "", "type": "path", "description": "The ID of the customer." } ] }, "docs": "Retrieves an individual customer by ID." } ] } ], "bundled": true }