GET
/
v1
/
api
/
status
curl --request GET \
  --url https://earn.turtle.vision/v1/api/status
{
  "uptime_seconds": 123,
  "started_at": "<string>",
  "current_time": "<string>",
  "version": "<string>"
}

Response

200 - application/json; charset=utf-8

Represents the status of the API server.