# API root — service metadata

Source: https://docs.usetone.ai/reference/meta/info

> A cheap, unauthenticated way to confirm you are pointed at the right host and to read back the API version.

`GET /v1`
A cheap, unauthenticated way to confirm you are pointed at the right host and to read back the API version. Not a health check — use `/health` for that.

## Response



### Example response

```json
{
  "data": null
}
```
