# DIL: Healthcheck

Source: https://developer.avalara.com/products/communications/integration-guides/communications-integration/zia7944286091441/

Guide: Communications

# DIL: Healthcheck

Run the [HealthCheck](https://developer.avalara.com/api-reference/communications/v2/methods/Health%20Check/HealthCheck/) endpoint to confirm that the AvaTax for Communications service is operational and ready to use.

## Request

**View example**:

```
curl
   --header 'Authorization: Basic {Base64-encoded credentials}'
  --location
   -g
   --request GET 'https://communicationsua.avalara.net/api/v2/HealthCheck'
```

## Response

**View example**:

```
{
    "Status": "Healthy",
    "ServerTime": "2/14/2022 4:57:19 PM"
}
```