Skip to main content
GET
/
api
/
v1
/
health
Health Check
curl --request GET \
  --url https://vulnix0.com/api/v1/health \
  --header 'api-key: <api-key>'
{
  "status": "ok"
}

Authorizations

api-key
string
header
required

A unique API Key.

Response

200 - application/json

API is healthy

status
string
Example:

"ok"

I