{ "opencollection": "1.0.0", "info": { "name": "Ordergroove REST Customers API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://restapi.ordergroove.com/customers/" }, "docs": "List customers" }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://restapi.ordergroove.com/customers/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a customer" }, { "info": { "name": "Retrieve a customer", "type": "http" }, "http": { "method": "GET", "url": "https://restapi.ordergroove.com/customers/:public_id/", "params": [ { "name": "public_id", "value": "", "type": "path", "description": "The public identifier of the resource." } ] }, "docs": "Retrieve a customer" }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PUT", "url": "https://restapi.ordergroove.com/customers/:public_id/", "params": [ { "name": "public_id", "value": "", "type": "path", "description": "The public identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a customer" } ] } ], "bundled": true }