Skip to main content
GET
/
api
/
v1
/
health
API health check
curl --request GET \
  --url https://api.g-tateth.com/api/v1/health
{
  "status": "ok"
}

Response

API is healthy and accepting requests

status
enum<string>
Available options:
ok
Example:

"ok"