{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin user API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "user", "type": "folder" }, "items": [ { "info": { "name": "user-all", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.all" } }, { "info": { "name": "user-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.one", "params": [ { "name": "userId", "value": "", "type": "query" } ] } }, { "info": { "name": "user-session", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.session" } }, { "info": { "name": "user-get", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.get" } }, { "info": { "name": "user-getPermissions", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.getPermissions" } }, { "info": { "name": "user-haveRootAccess", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.haveRootAccess" } }, { "info": { "name": "user-getBackups", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.getBackups" } }, { "info": { "name": "user-getServerMetrics", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.getServerMetrics" } }, { "info": { "name": "user-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/user.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "user-getUserByToken", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.getUserByToken", "params": [ { "name": "token", "value": "", "type": "query" } ] } }, { "info": { "name": "user-getMetricsToken", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.getMetricsToken" } }, { "info": { "name": "user-remove", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/user.remove", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "user-assignPermissions", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/user.assignPermissions", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "user-getInvitations", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.getInvitations" } }, { "info": { "name": "user-getContainerMetrics", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.getContainerMetrics", "params": [ { "name": "url", "value": "", "type": "query" }, { "name": "token", "value": "", "type": "query" }, { "name": "appName", "value": "", "type": "query" }, { "name": "dataPoints", "value": "", "type": "query" } ] } }, { "info": { "name": "user-generateToken", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/user.generateToken" } }, { "info": { "name": "user-deleteApiKey", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/user.deleteApiKey", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "user-createApiKey", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/user.createApiKey", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "user-checkUserOrganizations", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.checkUserOrganizations", "params": [ { "name": "userId", "value": "", "type": "query" } ] } }, { "info": { "name": "user-createUserWithCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/user.createUserWithCredentials", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "user-sendInvitation", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/user.sendInvitation", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "user-getBookmarkedTemplates", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/user.getBookmarkedTemplates" } }, { "info": { "name": "user-toggleTemplateBookmark", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/user.toggleTemplateBookmark", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }