> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TappifyHealth

> What the GET /tappify/health route answers with.

What the `GET /tappify/health` route answers with.

## Properties

### message?

```ts theme={null}
optional message?: string;
```

A line for the owner when the server is not ready.

***

### ok

```ts theme={null}
ok: boolean;
```

Whether the server is ready to take calls; the publish check reads it.

***

### version?

```ts theme={null}
optional version?: string;
```
