Liveness probe
Verifies the application is still alive.
Responses
- application/json
Request Example for get/extra/health/live
curl https://api.customer.cadasto.io/extra/health/live \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"status": "ok",
"output": "db: ping ok"
}