{ "opencollection": "1.0.0", "info": { "name": "Thinkific Admin Bundles Orders API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Get Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.thinkific.com/api/public/v1/orders", "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": "Retrieve a list of Orders" }, { "info": { "name": "Get orders by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.thinkific.com/api/public/v1/orders/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Orders in the form of an integer." } ] }, "docs": "Returns the orders identified by the provided id." } ] } ], "bundled": true }