Health Check
System
Health Check
Check the API health status
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
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
Health status message
Example:
"healthy"
