Caura / docs
API Reference

Health

GET /api/v1/health — liveness probe.

GET
/api/v1/health

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/health"
null
{
  "detail": "string",
  "error": {
    "code": "string",
    "message": "string",
    "details": {}
  }
}
{
  "detail": "string",
  "error": {
    "code": "string",
    "message": "string",
    "details": {}
  }
}