v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSecurity Monitoring
Validate entity context sync credentials
Validate a set of credentials against the external entity source before creating a sync configuration. Returns a 200 status code if the credentials are valid.
post/api/v2/security_monitoring/configuration/integration_config/validate
Request body
Example request
{
"data": {
"attributes": {
"domain": "siem-test.com",
"integration_type": "GOOGLE_WORKSPACE",
"secrets": {
"admin_email": "test@example.com"
}
},
"type": "integration_config"
}
}Response
OK