Checks if service is up and running
If the service is running, this endpoint returns 200, otherwise the endpoint will be unreachable.
Responses
- 200
- 500
The service is alive.
Something failed internally. Nothing can be done about it.
GET /v2/health
Request
Request
curl / cURL
curl -L -X GET 'http://localhost:1789/api/v2/health'
python / requests
curl -L -X GET 'http://localhost:1789/api/v2/health'
go / native
curl -L -X GET 'http://localhost:1789/api/v2/health'
nodejs / axios
curl -L -X GET 'http://localhost:1789/api/v2/health'