Mend Static Application Security Testing Solution Web API
Mend SAST API (24.9.2.5)
Download OpenAPI description
Overview
Mend Support
Languages
Servers
https://api-docs.mend.io/sast/
https://api-docs.mend.io/sast/api/login
- Payload
- cURL
- JS
- Go
- Ruby
- Java 8
application/json
{ "oldPassword": "string", "password": "string", "username": "string" }
Response
application/json
{ "orgId": "string", "refreshToken": "string", "role": 0, "systemRole": 0, "token": "string", "tokenType": "string", "username": "string" }
https://api-docs.mend.io/sast/api/users
- Payload
- cURL
- JS
- Go
- Ruby
- Java 8
No request payload
Response
application/json
[ { "apiToken": "string", "createdTime": "string", "email": "string", "groups": [ … ], "id": "string", "integrated": true, "lastLogin": "string", "lastOrgLogin": "string", "name": "string", "oldPassword": "string", "orgId": "string", "password": "string", "role": 0, "service": true, "username": "string" } ]
https://api-docs.mend.io/sast/api/users
- Payload
- cURL
- JS
- Go
- Ruby
- Java 8
application/json
{ "apiToken": "string", "createdTime": "string", "email": "string", "groups": [ { … } ], "id": "string", "integrated": true, "lastLogin": "string", "lastOrgLogin": "string", "name": "string", "oldPassword": "string", "orgId": "string", "password": "string", "role": 0, "service": true, "username": "string" }
Response
application/json
{ "message": "Operation succeeded", "result": null, "success": true }
https://api-docs.mend.io/sast/api/users/{id}
- Payload
- cURL
- JS
- Go
- Ruby
- Java 8
No request payload
Response
application/json
{ "message": "Operation succeeded", "result": null, "success": true }
https://api-docs.mend.io/sast/api/users/{id}
- Payload
- cURL
- JS
- Go
- Ruby
- Java 8
No request payload
Response
application/json
{ "apiToken": "string", "createdTime": "string", "email": "string", "groups": [ { … } ], "id": "string", "integrated": true, "lastLogin": "string", "lastOrgLogin": "string", "name": "string", "oldPassword": "string", "orgId": "string", "password": "string", "role": 0, "service": true, "username": "string" }
https://api-docs.mend.io/sast/api/users/{id}
- Payload
- cURL
- JS
- Go
- Ruby
- Java 8
application/json
{ "apiToken": "string", "createdTime": "string", "email": "string", "groups": [ { … } ], "id": "string", "integrated": true, "lastLogin": "string", "lastOrgLogin": "string", "name": "string", "oldPassword": "string", "orgId": "string", "password": "string", "role": 0, "service": true, "username": "string" }
Response
application/json
{ "message": "Operation succeeded", "result": null, "success": true }