Skip to main content
GET
/
voice
/
health
Health check
curl --request GET \
  --url https://api.case.dev/voice/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "service": "voice"
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Response

200 - application/json

Service is reachable

status
string
required
service
string
required