Skip to main content
GET
/
health
Get server health.
curl --request GET \
  --url https://{environment}.garden.finance/v2/health
{
  "status": "Ok",
  "error": "<string>"
}
Retrieve the health status of the API server.

Response

Server is healthy.

status
enum<string>
Available options:
Ok,
Error
error
string | null