Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.tideblaze.com/health
{
  "status": "ok",
  "environment": "<string>"
}

Documentation Index

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

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

Health checks are unauthenticated and return service status plus environment.

Response

200 - application/json

Healthy service

status
enum<string>
required
Available options:
ok
environment
string
required