{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists products API", "version": "1.0.0" }, "items": [ { "info": { "name": "products", "type": "folder" }, "items": [ { "info": { "name": "products/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "variantIds", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "active", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Products" }, { "info": { "name": "products/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/products", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Product" }, { "info": { "name": "get_all_products", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products/rich", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "active", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Products" }, { "info": { "name": "products/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Product" }, { "info": { "name": "products/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Product" }, { "info": { "name": "products/delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a Product" }, { "info": { "name": "get_all_product_streams", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products/streams/rich", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Product Streams" }, { "info": { "name": "get_a_product_stream", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products/streams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Product Stream" }, { "info": { "name": "update_a_product_stream", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/products/streams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Product Stream" }, { "info": { "name": "delete_a_product_stream", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/products/streams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a Product Stream" }, { "info": { "name": "get_a_public_product", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Public Product" }, { "info": { "name": "get_a_product_streams_products", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products/streams/:id/products", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Product Stream's Products" }, { "info": { "name": "create_a_product_stream", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/products/streams", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Product Stream" } ] } ], "bundled": true }