Tone docs
API referenceMeta

API root — service metadata

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.

GET
/v1

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1"
{  "data": null}
Was this page helpful?