Targets
Create multiple targets in bulk
Creates multiple security testing targets in a single request, skipping any duplicates that already exist in the workspace. Supports both DOMAIN (root domain) and CIDR (/24 range only) types. Returns detailed results including created targets and skipped values.
POST
Create multiple targets in bulk
Headers
Workspace ID
Body
application/json
Array of target values to create. Supports DOMAIN (root domain), CIDR (/24 range only), and IP (single IP address) types.
Example:
Response
200 - application/json
List of successfully created targets
List of target values that were skipped (already exist)
Example:
Total number of targets requested to create
Example:
10
Total number of targets successfully created
Example:
8
Total number of targets skipped (duplicates)
Example:
2
Create multiple targets in bulk
