Projects
View / Update and Manage Projects
Last updated
View / Update and Manage Projects
Last updated
This API endpoint allows users to delete an existing project within an organization. By providing the project ID and organization ID, users can remove the project from the organization. The endpoint returns a success message upon successful deletion of the project. In case of an error, the endpoint raises an exception with an routerropriate error message.
Successful Response
Successful Response
This API endpoint retrieves the details of a specific project within an organization. By providing the organization ID and project ID, users can fetch the project details. The endpoint returns a JSON object containing the project information. If the project is not found, the endpoint returns an error message.
Successful Response
API endpoint to stop a scheduled scan for a specific project within an organization. It sends a request to the jobs.py server to remove the scheduled job.
Successful Response
This API endpoint allows users to start a scheduled scan for a specific project within an organization. By providing the organization ID and project ID, users can start the scheduled scan for the project. The endpoint returns a JSON object containing a success message upon successful completion of the operation. In case of an error, the endpoint raises an exception with an routerropriate error message.
Successful Response