Skip to main content
GET
/
v1
/
health
Liveness probe
curl --request GET \
  --url https://api.vantaprism.me/v1/health
{
  "status": "ok"
}

Response

200 - application/json

Service is alive

status
string
Example:

"ok"