{ "opencollection": "1.0.0", "info": { "name": "Retool Management Apps Folders API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Folders", "type": "folder" }, "items": [ { "info": { "name": "List Folders", "type": "http" }, "http": { "method": "GET", "url": "https://api.retool.com/v1/folders", "params": [ { "name": "folderType", "value": "", "type": "query", "description": "Filter folders by type (app, resource, workflow)." } ] }, "docs": "Retrieves all folders within the Retool organization. Folders are used to organize apps, resources, and workflows." }, { "info": { "name": "Create Folder", "type": "http" }, "http": { "method": "POST", "url": "https://api.retool.com/v1/folders", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new folder in the Retool organization to organize apps, resources, or workflows." } ] } ], "bundled": true }