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