Skip to main content
GET
Health Check

Overview

Check if the API is running and healthy. This endpoint does not require authentication and can be used for monitoring and health checks.

Endpoint

Base URL: https://app.arahealth.io Path: /api/v1/pub/health Method: GET Authentication: None required

Code Examples

Response

A successful health check returns:

Response Fields

  • message - Health status message (returns “healthy” when API is operational)

Response

200 - application/json

API is healthy

message
string

Health status message

Example:

"healthy"