cURL
curl --request GET \ --url https://{environment}.garden.finance/v2/health
{ "status": "Ok", "error": "<string>" }
Server is healthy.
The response is of type object.
object
Was this page helpful?