{ "opencollection": "1.0.0", "info": { "name": "Thinkific Admin Bundles Contents API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contents", "type": "folder" }, "items": [ { "info": { "name": "Get Contents by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.thinkific.com/api/public/v1/contents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Content in the form of an integer" } ] }, "docs": "Retrieves a Content" } ] } ], "bundled": true }