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

Authorizations

x-api-key
string
header
required

API Key for authentication. You can generate an API key from your personal settings.

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