Skip to main content
GET
/
api
/
health
Health check
curl --request GET \
  --url https://godirekt.xyz/api/health
{
  "status": "ok",
  "uptime": 3600
}

Documentation Index

Fetch the complete documentation index at: https://direkt.mintlify.app/llms.txt

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

Response

200 - application/json

API is healthy

status
string
Example:

"ok"

uptime
integer
Example:

3600