Healthcheck#
Returns the health status of the API
Endpoint#
GET |
https://leviaton.api.synmax.com/v1/healthcheck |
Python Method Name#
from synmax.leviaton.v1 import LeviatonApiClient
leviaton_client = LeviatonApiClient(access_token=access_token)
# Method name:
leviaton_client.healthcheck
Response Details#
Parameter |
Type |
Description |
Example |
|---|---|---|---|
status |
string |
— |
healthy |
Normal Output#
status |
message |
|---|---|
ok |
Leviaton API health check successful. |