VerityVerity API
API Reference

Health check

Returns API health status. No authentication required.

GET
/health

Response Body

application/json

application/json

curl -X GET "https://verity.backworkai.com/api/v1/health"
{
  "success": true,
  "data": {
    "status": "healthy",
    "version": "string",
    "checks": {
      "property1": {
        "status": "healthy",
        "latency_ms": 0
      },
      "property2": {
        "status": "healthy",
        "latency_ms": 0
      }
    },
    "timestamp": "2019-08-24T14:15:22Z"
  },
  "meta": {
    "request_id": "string",
    "timestamp": "2019-08-24T14:15:22Z"
  }
}
{
  "success": true,
  "data": {
    "status": "healthy",
    "version": "string",
    "checks": {
      "property1": {
        "status": "healthy",
        "latency_ms": 0
      },
      "property2": {
        "status": "healthy",
        "latency_ms": 0
      }
    },
    "timestamp": "2019-08-24T14:15:22Z"
  },
  "meta": {
    "request_id": "string",
    "timestamp": "2019-08-24T14:15:22Z"
  }
}