Skip to main content
GET
/
v1
/
healthcheck
curl --request GET \
  --url 'https://prior-auth-api.claritycare.ai/v1/healthcheck'
{
  "status": "ok",
  "pip_module_version": "0.0.3"
}

Documentation Index

Fetch the complete documentation index at: https://docs.claritycare.ai/llms.txt

Use this file to discover all available pages before exploring further.

Healthcheck

Check the health status of the API service.

API Request

This endpoint doesn’t require any parameters and is not authenticated.

Response

Returns a 200 status code if the service is healthy.
curl --request GET \
  --url 'https://prior-auth-api.claritycare.ai/v1/healthcheck'
{
  "status": "ok",
  "pip_module_version": "0.0.3"
}

Alternative Endpoint

There is also a root-level healthcheck endpoint available at /healthcheck that provides the same functionality.