General
Health check
Liveness probe — returns ok while the API is up. Public — no authentication required.
GEThttps://api.vantaj.co/health
This is a public endpoint — no authentication required.
Health check
cURL
curl --request GET \
--url 'https://api.vantaj.co/health'{
"status": "ok"
}