SafeWeb API

Health Check

GET
/api/v1/integrations/ping

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/integrations/ping"
{
  "status": "healthy",
  "timestamp": "2026-05-08T10:00:00.000Z"
}
{
  "status": "unhealthy",
  "error": "Health check validation failed"
}