Skip to main content
GET
/
project
/
{projectId}
/
cwe-report
/
{format}
Generate CWE Top 25 2024 report for a project
curl --request GET \
  --url https://us.cybedefend.com/project/{projectId}/cwe-report/{format} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required
format
string
required

Query Parameters

detailed
enum<string>

Whether to include detailed information in the report

Available options:
true,
false
Example:

"true"

Response

CWE Top 25 report generated successfully