Unauthenticated health check for the Voice service.
curl --request GET \
--url https://api.case.dev/voice/health \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"service": "voice"
}Was this page helpful?
curl --request GET \
--url https://api.case.dev/voice/health \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"service": "voice"
}