/status
GET /status
GET /statusGet the health of the service. Be sure to check the status code of the response.
Code Examples
curl --request GET \
--url https://lens.api.lightcast.io/resume/status \
--header 'accept: application/json' \
--header 'authorization: Bearer <Access_Token>'Response Examples
{
"data": {
"message": "Service is healthy",
"healthy": true
}
}
