/status
Service status (health)
GET /status
GET /statusGet the health of the service. Be sure to check the healthy attribute of the response, not just the status code.
Code Examples
curl --request GET \
--url https://agnitio.emsicloud.com/status \
--header 'Authorization: Bearer <ACCESS_TOKEN>'Response Examples
{
"data": {
"message": "Service is healthy",
"healthy": true
}
}
