curl --request GET \
--url https://api.sandbox.usenash.com/v1/health-check
"TRUE"
Check the health of the Nash API server.
curl --request GET \
--url https://api.sandbox.usenash.com/v1/health-check
"TRUE"
OK
The response is of type enum<string>
.
TRUE
, FALSE