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

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Response

200 - application/json

Service is healthy

status
string
Example:

"ok"