{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin organization API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "organization", "type": "folder" }, "items": [ { "info": { "name": "organization-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/organization.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "organization-all", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/organization.all" } }, { "info": { "name": "organization-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/organization.one", "params": [ { "name": "organizationId", "value": "", "type": "query" } ] } }, { "info": { "name": "organization-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/organization.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "organization-delete", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/organization.delete", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "organization-inviteMember", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/organization.inviteMember", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "organization-allInvitations", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/organization.allInvitations" } }, { "info": { "name": "organization-removeInvitation", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/organization.removeInvitation", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "organization-updateMemberRole", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/organization.updateMemberRole", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "organization-setDefault", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/organization.setDefault", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "organization-active", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/organization.active" } } ] } ], "bundled": true }