> ## 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 API service health status

# 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.

<RequestExample>
  ```bash Request theme={null}
  curl --request GET \
    --url 'https://prior-auth-api.claritycare.ai/v1/healthcheck'
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  {
    "status": "ok",
    "pip_module_version": "0.0.3"
  }
  ```
</ResponseExample>

## Alternative Endpoint

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