Skip to content

Health Check

Check API service health status.

Endpoint

http
GET /health

Authentication

No authentication required.

Request

No parameters required.

Response

Status Code: 200 OK

json
{
	"status": "ok"
}

Example Request

bash
curl https://sandbox.api.pearsana.com/health

Use Cases

  • Health monitoring — check if the API is operational before making authenticated requests
  • Load balancer checks — configure as a health check endpoint