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