curl --request GET \
--url https://api.sandbox.usenash.com/v1/health-check \
--header 'Authorization: Bearer <token>'"TRUE"Check the health of the Nash API server.
curl --request GET \
--url https://api.sandbox.usenash.com/v1/health-check \
--header 'Authorization: Bearer <token>'"TRUE"Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
The response is of type enum<string>.
TRUE, FALSE