{ "opencollection": "1.0.0", "info": { "name": "Thinkific Admin Bundles Products API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "GET", "url": "https://api.thinkific.com/api/public/v1/products", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page within the collection to fetch" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items to be returned" } ] }, "docs": "List products" }, { "info": { "name": "Get product by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.thinkific.com/api/public/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the product in the form of an integer" } ] }, "docs": "Returns the Product identified by the provided id." }, { "info": { "name": "Get related products", "type": "http" }, "http": { "method": "GET", "url": "https://api.thinkific.com/api/public/v1/products/:id/related", "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the product in the form of an integer" }, { "name": "page", "value": "", "type": "query", "description": "The page within the collection to fetch" }, { "name": "limit", "value": "", "type": "query", "description": "The number of items to be returned" } ] }, "docs": "Returns a list of products that are related to the Product identified by the provided id." } ] } ], "bundled": true }