Health Check
Check API service health status.
Endpoint
http
GET /healthAuthentication
No authentication required.
Request
No parameters required.
Response
Status Code: 200 OK
json
{
"status": "ok"
}Example Request
bash
curl https://sandbox.api.pearsana.com/healthUse Cases
- Health monitoring — check if the API is operational before making authenticated requests
- Load balancer checks — configure as a health check endpoint
Related Endpoints
- Ping (Auth Check) — test authentication and connectivity