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