{ "opencollection": "1.0.0", "info": { "name": "Thinkific Admin Bundles Site Scripts API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Site Scripts", "type": "folder" }, "items": [ { "info": { "name": "List Site Scripts", "type": "http" }, "http": { "method": "GET", "url": "https://api.thinkific.com/api/public/v1/site_scripts", "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 site scripts" }, { "info": { "name": "Create Site Script", "type": "http" }, "http": { "method": "POST", "url": "https://api.thinkific.com/api/public/v1/site_scripts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Site Script" }, { "info": { "name": "Get Site Script by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.thinkific.com/api/public/v1/site_scripts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Site Script in the form of a string" } ] }, "docs": "Retrieves a Site Script identified by the provided ID" }, { "info": { "name": "Update Site Script by ID", "type": "http" }, "http": { "method": "PUT", "url": "https://api.thinkific.com/api/public/v1/site_scripts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Site Script in the form of a string" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the Site Script specified by the provided ID" }, { "info": { "name": "Delete Site Script by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.thinkific.com/api/public/v1/site_scripts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Site Script in the form of a string" } ] }, "docs": "Deletes a Site Script identified by the provided ID" } ] } ], "bundled": true }