Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.structural.app/api/v1/health
{
  "data": {
    "status": "ok",
    "timestamp": "2026-04-11T12:00:00.000Z",
    "checks": {
      "database": "ok"
    }
  }
}
Returns the health status of the API and its dependencies. No authentication required. Use this endpoint to verify the API is reachable before starting an integration flow. A 200 response with status: "ok" means the API and database are healthy. A 503 response with status: "degraded" means the database check failed - the API process is running but cannot serve data requests.

Response

API is healthy

data
object