{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin project API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "project", "type": "folder" }, "items": [ { "info": { "name": "project-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/project.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "project-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/project.one", "params": [ { "name": "projectId", "value": "", "type": "query" } ] } }, { "info": { "name": "project-all", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/project.all" } }, { "info": { "name": "project-allForPermissions", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/project.allForPermissions" } }, { "info": { "name": "project-homeStats", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/project.homeStats" } }, { "info": { "name": "project-search", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/project.search", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "description", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] } }, { "info": { "name": "project-remove", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/project.remove", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "project-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/project.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "project-duplicate", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/project.duplicate", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }