{ "opencollection": "1.0.0", "info": { "name": "Zitadel Management Applications Projects API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Zitadel Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.zitadel.cloud/management/v1/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new project within the organization for grouping applications and roles." }, { "info": { "name": "Zitadel List Projects", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.zitadel.cloud/management/v1/projects/_search" }, "docs": "Search for projects within the organization." }, { "info": { "name": "Zitadel Get Project by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.zitadel.cloud/management/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the project" } ] }, "docs": "Retrieve a project by its unique identifier." }, { "info": { "name": "Zitadel Update Project", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.zitadel.cloud/management/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update project configuration and settings." }, { "info": { "name": "Zitadel Remove Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.zitadel.cloud/management/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Unique identifier of the project" } ] }, "docs": "Permanently delete a project and all its applications and roles." } ] } ], "bundled": true }