{ "opencollection": "1.0.0", "info": { "name": "Kintsugi Tax Address Validation Products API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products.", "type": "http" }, "http": { "method": "GET", "url": "https://api.trykintsugi.com/v1/products", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "List products." }, { "info": { "name": "Create a product.", "type": "http" }, "http": { "method": "POST", "url": "https://api.trykintsugi.com/v1/products", "body": { "type": "json", "data": "{}" } }, "docs": "Create a product." }, { "info": { "name": "Get a product by ID.", "type": "http" }, "http": { "method": "GET", "url": "https://api.trykintsugi.com/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a product by ID." }, { "info": { "name": "Update a product.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.trykintsugi.com/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a product." }, { "info": { "name": "List product categories.", "type": "http" }, "http": { "method": "GET", "url": "https://api.trykintsugi.com/v1/products/categories" }, "docs": "List product categories." } ] } ], "bundled": true }