/
/Checkmarx REST API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 19m ago · Updated 1mo ago
GENERAL46
OSA9
  • getReturns basic scan details for all scans associated with a specified project id
  • postCreates a new scan request
  • getGet all supported Open Source file extensions
  • getReturns a Json summary report for the specified scan Id
  • getReturns the licenses associated with the given scan request
  • getReturns a list of comments associated with the instances of the given vulnerability
  • getReturns basic scan details for a specified scan
  • getReturns all the vulnerabilities for the specified scan Id. Each vulnerability returned is unique to its library or file.
  • getReturns all the used libraries for the specified scan Id
SAST63
    OSA

    Creates a new scan request

    post/osa/scans

    Response

    Accepted

    scanIdstring uuid required

    Example response

    {
      "scanId": "00000000-0000-0000-0000-000000000000"
    }

    Changes

    No recorded changes to this endpoint across all 1 revision of this API.