{ "opencollection": "1.0.0", "info": { "name": "VSCO Workspace Brands Products API", "version": "v2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Get a list of products", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/product", "params": [ { "name": "sortBy", "value": "", "type": "query", "description": "Sort items in the collection by the given property." } ] }, "docs": "Get a list of products" }, { "info": { "name": "Create a product.", "type": "http" }, "http": { "method": "POST", "url": "https://tave.io/v2/product", "body": { "type": "json", "data": "{}" } }, "docs": "Create a product." }, { "info": { "name": "Get a specific product.", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/product/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ] }, "docs": "Get a specific product." }, { "info": { "name": "Update a specific product.", "type": "http" }, "http": { "method": "PUT", "url": "https://tave.io/v2/product/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific product." }, { "info": { "name": "Delete a specific product.", "type": "http" }, "http": { "method": "DELETE", "url": "https://tave.io/v2/product/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ] }, "docs": "Delete a specific product." } ] } ], "bundled": true }