{ "opencollection": "1.0.0", "info": { "name": "Thinkific Admin Bundles Events API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Get Event by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.thinkific.com/api/public/v1/events/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Event in the form of an string." } ] }, "docs": "This endpoint returns the Event identified by the provided id." } ] } ], "bundled": true }