Health Check
Get health
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
.
curl --request GET \
--url https://threat-intel-api.abusix.com/beta/health
{
"status": "success",
"statusCode": 200,
"result": {
"healthy": true
}
}
Assistant
Responses are generated using AI and may contain mistakes.