SafeWeb API

Health Check

GET
/api/integrations/ping

Response Body

application/json

application/json

curl -X GET "https://connect.safeweb.co/api/integrations/ping"
{
  "status": "healthy",
  "timestamp": "2026-02-10T12:00:00.000Z"
}
{
  "status": "unhealthy",
  "error": "Health check validation failed"
}