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