Startup probe
Verifies the application has started correctly.
Responses
- application/json
Request Example for get/extra/health/startup
curl https://api.customer.cadasto.io/extra/health/startup \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"status": "ok",
"output": "library: ok"
}