Skip to content
Meta

Liveness probe

GET
/health
curl --request GET \
--url https://api-kckit.kirim.chat/v1/health

Unauthenticated health check. Returns 200 if the API is up.

API is healthy

Media type application/json
object
data
required
object
status
required
string
Allowed values: ok
request_id
required
string
Example
{
"data": {
"status": "ok"
}
}