GET
/
health
curl --request GET \
  --url https://api.gte.xyz/v1/health
{
  "status": "ok",
  "timestamp": "2023-11-07T05:31:56Z"
}

Response

200 - application/json
Health check response
status
enum<string>

Status of the API

Available options:
ok,
error
timestamp
string

Timestamp of the response