Health

Health

GET
Return ok if the system is up.

Response

This endpoint returns an object
status
anyOptional
GET
1curl /health
200
Retrieved
1{
2 "status": {
3 "key": "value"
4 }
5}