{ "opencollection": "1.0.0", "info": { "name": "teelaunch Account Products API", "version": "1.0.0" }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Get Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.teelaunch.com/api/v1/products", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of products to retrieve (required, max 5)" }, { "name": "page", "value": "", "type": "query", "description": "Page number (default value is 1)" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get account products with variants" }, { "info": { "name": "Get Product By Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.teelaunch.com/api/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Product By Id\n\nGet Account Product By Id" } ] } ], "bundled": true }