cURL
curl --request GET \ --url https://us.cybedefend.com/team/{teamId}/projects \ --header 'Authorization: Bearer <token>'
{ "projects": [ { "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "teamId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "teamName": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "applicationType": "web_application", "analysisFrequency": "weekly", "emailAlertEnabled": true, "monthlyReportEnabled": true, "weeklyReportEnabled": true, "sastEnabled": true, "dastEnabled": true, "scaEnabled": true, "containerEnabled": true, "apiEnabled": true, "iacEnabled": true, "sastFastScanEnabled": true, "sastSeverities": [ "critical" ], "scaSeverities": [ "critical" ], "iacSeverities": [ "critical" ], "incidentCreationOption": "<string>", "aiMergeRequestEnabled": true, "improvingResultsEnabled": true, "sortsVulnerabilitiesEnabled": true, "scaTransitiveDependenciesEnabled": true, "scaDevelopmentDependenciesEnabled": true, "agentCategoriesSast": [ "<string>" ], "agentCategoriesIac": [ "<string>" ], "githubIssueEnabled": true, "gitlabIssueEnabled": true, "issueCreationMode": "per_vulnerability", "issueCreationBranches": [ "main", "develop" ] } ], "totalProjects": 123, "totalPages": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Team ID
Page number
x >= 1
1
Page size
1 <= x <= 10
10
Search query
"my-project"
Projects found successfully
List of projects
Show child attributes
Total number of projects
Total number of pages