How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Mend Projects API

The Projects API from Mend — 11 operation(s) for projects.

Mend Projects API is one of 47 APIs that Mend publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Project. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 13 operations across 11 paths, and defines 37 schemas. It is described by OpenAPI 3.0.1, at version 3.0.

Requests are made against a single base URL, https://baseUrl.

13 operations 11 paths 37 schemas 1 DELETE6 GET4 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
3.0
Base URL
https://api-saas.mend.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Mend Projects API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearer-key). By default, every request must be authenticated.

  • bearer-key — JWT token Bearer

Paths & Operations 13

Across 11 paths, the API surfaces 13 operations — 1 DELETE, 6 GET, 4 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Projects 13
POST
/api/v3.0/orgs/{orgUuid}/applications/{applicationUuid}/projects
Create Project in Application
createProjectInApplication 2 params body → 200400403
GET
/api/v3.0/orgs/{orgUuid}/projects
Get Organization Projects
getOrganizationProjects 5 params → 200400403
POST
/api/v3.0/orgs/{orgUuid}/projects
Create Project
createProject 1 param body → 200400403
POST
/api/v3.0/orgs/{orgUuid}/projects/summaries
Get Project Statistics
getProjectSummaries 3 params body → 200400403
GET
/api/v3.0/orgs/{orgUuid}/projects/summaries/total/date
Get Project totals grouped by date
getProjectSummariesTotalsByDate 3 params → 200400403
GET
/api/v3.0/orgs/{orgUuid}/projects/summaries/totals
Get Project totals
getProjectTotals 3 params → 200400403
GET
/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels
Get Project Labels
getProjectLabels 2 params → 200400403
PUT
/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels
Add Project Label
addProjectLabel 2 params body → 200400403
DELETE
/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/labels/{labelUuid}
Remove Project Label
removeProjectLabel 3 params → 200400403
GET
/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations
Get Project Violating Findings
getProjectViolations 4 params → 200400403
PUT
/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations/sla
Update Multiple Violation SLA
updateMultipleProjectViolationSla 2 params body → 200400403
GET
/api/v3.0/projects/{projectUuid}/dependencies/effective
Get project vulnerabilities traces (Dependencies - SCA)
getProjectVulnerabilitiesTraces 3 params → 200400403
POST
/api/v3.0/projects/{projectUuid}/dependencies/importSbom
Update Project with SBOM (Dependencies - SCA)
updateProjectWithSbom 1 param body → 200400403404

Schemas 37

The contract defines 37 schemas that model the data the API accepts and returns. The most detailed are ProjectViolationDTOV3 (16 properties), ProjectSummaryDTOV3 (10 properties), ProjectTraceDTOV3 (9 properties), EntityLabelDTOV3 (6 properties). Each schema is shown below with its type and property counts.

DWRResponseV3ProjectDTOV3
object
2 properties
DWRResponsePageableV3ListProjectSummaryDTOV3
object
3 properties
ProjectTraceDTOV3
object
9 properties
VulnerabilityTraceDTO
object
1 property
DWRResponsePageableV3ListProjectViolationDTOV3
object
3 properties
CreateProjectResponseDTOV3
object
2 properties
ProjectViolationDTOV3
object
16 properties 2 required
ProjectViolationIdentifierDTOV3
object
3 properties
DWRResponsePageableV3CollectionProjectDTOV3
object
3 properties
WorkflowData
object
3 properties
CodeInvocationDTO
object
5 properties
DWRResponsePageableV3ListProjectTraceDTOV3
object
3 properties
ProjectTotalsGroupedByDateDTO
object
2 properties
ProjectSummaryDTOV3
object
10 properties
SbomScanResponseDTO
object
4 properties
EntityLabelDTOV3
object
6 properties
EntityTagDTO
object
2 properties
MessageDTO
object
1 property
CreateProjectInOrgRequestDTOV3
object
If applicationName is empty a default Application will be used. If applicationName is provided and the Application does not exist, it will be created.
3 properties 1 required
CreateProjectInApplicationRequestDTOV3
object
2 properties 1 required
UpdateMultipleProjectViolationSlaRequestDTOV3
object
2 properties
SbomScanInfoDTO
object
Scan information
2 properties
DWRResponseV3PeriodTotalsDTO
object
2 properties
ProjectDTOV3
object
Project information
5 properties
EntityLabelDTO
object
6 properties
SbomScanLinksDTO
object
Log Link
1 property
DWRResponseBase
object
1 property
ApplicationDTOV3
object
2 properties
DWRResponseV3Boolean
object
2 properties
LabelRequestDTOV3
object
2 properties 2 required
DWRResponseV3SbomScanResponseDTO
object
2 properties
PeriodTotalsDTO
object
3 properties
DWRResponseV3ListEntityLabelDTO
object
2 properties
DWRResponseV3CreateProjectResponseDTOV3
object
2 properties
DWRResponseV3ListProjectTotalsGroupedByDateDTO
object
2 properties
MultiContextRequestDTOV3
object
If projectUuids and applicationUuids are empty, action will apply to the whole organization, Provides the requested statistics for all projects that match at l…
2 properties
DWRResponseV3MessageDTO
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

mend-projects-api-openapi.yml Raw ↑

Other APIs Mend publishes across the network.

Mend Access Management API
Mend Access Management - Organizations API
Mend Administration - Groups API
Mend Administration - Labels API
Mend Administration - Users API
Mend AI API
Mend Alerts - Product API
Mend Alerts - Project API
Mend Applications API
Mend Asynchronous Process Control API
Mend CustomAttribute - Organization API
Mend CustomAttribute - Product API
Where this information came from

This is an independent, third-party profile of Mend Projects API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.