Authorizations
JWT-based authentication
Response
Successful operation
The status of the service
Example:
"healthy"
curl --request GET \
--url https://demo.enneo.ai/api/mind/health/cron \
--header 'Authorization: Bearer <token>'{
"status": "healthy"
}JWT-based authentication
Successful operation
The status of the service
"healthy"
curl --request GET \
--url https://demo.enneo.ai/api/mind/health/cron \
--header 'Authorization: Bearer <token>'{
"status": "healthy"
}