Projects
Project management endpoints
Retrieve all projects in an organization with optional filtering
Organization ID
The page number to retrieve.
1Number of items per page
20Search term to filter projects by name
Organization projects retrieved successfully
Invalid organization ID or query parameters.
Missing or invalid authentication token.
Insufficient permissions to list organization projects.
Organization not found.
Internal server error occurred while retrieving projects.
Create a new project within an organization
Organization ID
Request payload for creating or updating a project
Name of the project (1-100 characters)
My ProjectOptional description of the project's purpose or environment
Production environment for our main serviceProject created successfully
Invalid project data format or missing required fields.
Missing or invalid authentication token.
Insufficient permissions to create project.
Organization not found.
Project with the same name already exists in the organization.
Internal server error occurred while creating project.
Retrieve project details by ID within an organization
Organization ID
Project ID
Project retrieved successfully
Invalid organization ID or project ID format.
Missing or invalid authentication token.
Insufficient permissions to view project details.
Organization or project not found.
Internal server error occurred while retrieving project.
Delete project by ID within an organization
Organization ID
Project ID
Project deleted successfully
Invalid organization ID or project ID format.
Missing or invalid authentication token.
Insufficient permissions to delete project.
Organization or project not found.
Internal server error occurred while deleting project.
Last updated