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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.g-tateth.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

API is healthy and accepting requests

status
enum<string>
Available options:
ok
Example:

"ok"