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