curl --request GET \
--url https://api.example.com/health{
"status": "<string>",
"service": "<string>"
}curl --request GET \
--url https://api.example.com/health{
"status": "<string>",
"service": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://mintlify.com/concrete-security/umbra/llms.txt
Use this file to discover all available pages before exploring further.
GET /health
curl https://your-attestation-service.com/health
{
"status": "healthy",
"service": "attestation-service"
}
cvm/attestation-service/attestation_service.py:176-179