GET
/
health
curl --request GET \
  --url https://threat-intel-api.abusix.com/beta/health
{
  "status": "success",
  "statusCode": 200,
  "result": {
    "healthy": true
  }
}

Response

200 - application/json

Health check result

The response is of type object.