Skip to main content
GET
/
healthz
Healthcheck
curl --request GET \
  --url https://api.kynasmith.dev/healthz \
  --header 'Authorization: Bearer <token>'
{
  "environment": "<string>",
  "role": "<string>",
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kynasmith.dev/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Bootstrap health payload exposed by the API role.

environment
string
required

Resolved runtime environment name.

role
string
required

Role name for the responding service.

status
string
required

Health status marker.

Allowed value: "ok"