Skip to main content

HealthAPI

Readiness checks that do not require user authentication.

MethodHTTPDescription
MainApiV1GetGET /main/api/v1/Gateway health check
MainApiV1ApiHelloGetGET /main/api/v1/api/helloGateway hello
health, _, err := client.HealthAPI.
MainApiV1Get(context.Background()).
Execute()

hello, _, err := client.HealthAPI.
MainApiV1ApiHelloGet(context.Background()).
Execute()