Skip to main content

Scanners Results API

Notice

A comprehensive Checkmarx One API Reference Guide is now available here.

This API enables you to get comprehensive results for each of the vulnerabilities detected by all of the scanners (SAST, KICS, SCA) in a specific scan (by scan ID). This API returns full details about each vulnerability detected, including vulnerability details, history, compliance, affected nodes etc. You can limit the results, by using pagination and/or setting filter parameters.

Scanners Results Endpoints

The URL for Scanners Results endpoints is <base_url>/api/results

Authentication

Authentication for all Checkmarx One endpoints is done using JWT (JSON Web Token) access token. Access tokens are generated using the Authentication API.

Swagger

To view these APIs in the Swagger UI and run sample API calls, go to <base_url>/spec/v1/ and select Scanners Results in the definition field.