Skip to main content
Version: pre-release (v0.78)

Checks if service is up and running

GET 

http://localhost:1789/api/v2/health

If the service is running, this endpoint returns 200, otherwise the endpoint will be unreachable.

Responses

The service is alive.

curl -L 'http://localhost:1789/api/v2/health'
Request Collapse all
Base URL
http://localhost:1789/api
ResponseClear

Click the Send API Request button above and see the response here!