GET
/
health
Health Check
curl --request GET \
  --url https://core-api-dev.vanish.trade/health
"healthy"

Response

200 - text/plain

Vanish Core API is healthy

The response is of type string.

Example:

"healthy"