v1
latestOpenAPI 3.0.32026-07-22238629559.2 KBProjectManagedScanSettingsService
Bulk get many Projects' Managed Scan Settings
Finds the user-configurable managed scan settings for the specified projects. Projects without managed scanning set up will have empty values.
post/api/sms/v2/deployments/{deploymentId}/project_settings
Path parameters
deploymentIdstring int64 required
Deployment ID (numeric). Example: 123. Can be found at /deployments, or in your Settings in the web UI.
Request body
Example request
{
"projectIds": [
123,
456
]
}Response
OK