Corgea API Endpoints
GET /cli/verify/{token}
This endpoint checks if the provided token is valid and returns the status of the verification.POST /cli/scan-upload
This endpoint allows you to upload a JSON report of a security scan for a specific run, identified by a run ID.POST /cli/git-config-upload
This endpoint allows you to upload git configuration data for a specific run, identified by a run ID.POST /cli/code-upload
This endpoint allows you to upload code files for security analysis, for a specific run, identified by a run ID.POST /cli/ci-data-upload
This endpoint allows you to upload CI-related data for a specific run, identified by a run ID.GET /cli/issues
This endpoint retrieves a list of all security issues related to a specified project.GET /cli/issues-tree
This endpoint retrieves a hierarchical representation of issues, grouped by file paths.GET /cli/issue/{issue_id}
This endpoint retrieves detailed information for a specific issue, including its status and any available fixes.200 OK
: The request was successful.400 Bad Request
: The request was invalid or cannot be otherwise served.401 Unauthorized
: Authentication failed or user does not have permissions for the requested operation.404 Not Found
: The requested resource could not be found./cli/verify/{token}
endpoint./cli/scan-upload
endpoint to upload your scan data.