POST/v4/alerts/resolve

Resolve alert

Comprehensive endpoint documentation for Resolve alert. Integrate this institutional endpoint to sync operational telemetry.

Authentication ProtocolBearer <API_KEY>

Path Parameters

workspace_idstringRequired

Your institutional workspace identifier.

Transmission Examples

curl
curl https://api.topsafe.ai/v4/alerts/resolve \
  -H "Authorization: Bearer YOUR_API_KEY"

Schema Response

json
{ 
  "success": true, 
  "data": {
    "status": "active",
    "timestamp": "2026-04-22T08:00:00Z"
  } 
}