{ "opencollection": "1.0.0", "info": { "name": "Mendix Deploy API v1 Apps API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Mendix-ApiKey", "value": "{{Mendix-ApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List apps", "type": "http" }, "http": { "method": "GET", "url": "https://deploy.mendix.com/api/1/apps" }, "docs": "Retrieve all apps accessible to the authenticated user on Mendix Cloud." }, { "info": { "name": "Create a Free App", "type": "http" }, "http": { "method": "POST", "url": "https://deploy.mendix.com/api/1/apps" }, "docs": "Create a new Free App environment." }, { "info": { "name": "Get app details", "type": "http" }, "http": { "method": "GET", "url": "https://deploy.mendix.com/api/1/apps/:AppId", "params": [ { "name": "AppId", "value": "", "type": "path", "description": "Sub-domain name of the app." } ] }, "docs": "Get app details" } ] } ], "bundled": true }