All URIs are relative to /
| Method | HTTP request | Description |
|---|---|---|
| healthCheck | GET /v1/health-check | Get the health of the service. |
InlineResponse200 healthCheck()
Get the health of the service.
// Import classes:
//import io.swagger.client.ApiException;
//import io.swagger.client.api.HealthCheckApi;
HealthCheckApi apiInstance = new HealthCheckApi();
try {
InlineResponse200 result = apiInstance.healthCheck();
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling HealthCheckApi#healthCheck");
e.printStackTrace();
}This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: application/json