Check the health status of the Vault service
curl --request GET \
--url https://api.case.dev/vault/health \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}Was this page helpful?
curl --request GET \
--url https://api.case.dev/vault/health \
--header 'Authorization: Bearer <token>'{
"status": "ok"
}