Skip to main content
GET
/
v1
/
health-check
Server Health Check
curl --request GET \
  --url https://api.sandbox.usenash.com/v1/health-check \
  --header 'Authorization: Bearer <token>'
"TRUE"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

The response is of type enum<string>.

Available options:
TRUE,
FALSE