API Version:5.5.1 Scanning Solution Doc:scanning-docs.clone-systems.comThe Clone Systems Security Scanning API allows you to integrate your applications with the Clone Guard® platform to manage organizations, users and security scans programmatically.This API is available to customers and partners with an active subscription to Clone Guard® Security Scanning services.
To start using the API, you will typically follow a simple workflow:
1
Create an Organization
Create a new organization to represent your customer or internal entity. This acts as the main container for users, targets, and scans.
2
Create or Invite a User
Add users to the organization or send invitations. Users will be able to access the portal and manage scans, targets, and reports.
3
Create & run a Scan
Define a target (IPs, domains, or networks) and start a scan using the appropriate product and scan configurations. This step performs the actual security assessment of the specified assets.
4
Generate and Download the Report
Once the scan is completed, generate a report and download it. Reports include findings, vulnerabilities, and insights depending on the selected product.
Each step is performed via dedicated API endpoints and represents the core flow of the platform.👉 You can explore this flow in detail in the Core Workflows section.
PCI ASV users can complete their Self-Assessment Questionnaire (SAQ) through the SAQ Wizard and guided forms within the platform.Partners can also integrate SAQ functionality via the API to create, manage, and track SAQs programmatically.
What's Next?
Now that you’re familiar with the basics of our API, the next step is to learn how to authenticate your requests.