Skip to main content
GET
/
v1
/
health
Health check
curl --request GET \
  --url https://api.tybritelabs.com/v1/health
{
  "status": "healthy",
  "timestamp": "2026-02-04T13:24:14.223Z",
  "version": "1.0.0",
  "service": "tybrite-api-gateway"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tybritelabs.com/llms.txt

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

Response

200 - application/json

Service is healthy

status
string
Example:

"healthy"

timestamp
string<date-time>
Example:

"2026-02-04T13:24:14.223Z"

version
string
Example:

"1.0.0"

service
string
Example:

"tybrite-api-gateway"