---
title: "Read the latest ToS (public)"
method: GET
path: "/v1/tos/latest"
tags: ["tos"]
---

# Read the latest ToS (public)

`GET /v1/tos/latest`

Fetch the ToS entry with the highest version.

## Response `200`

Successful Response

- ToSOut — Output schema for to s.
  - `id` integer, required
  - `name` string, required
  - `effective_date` string, date-time, required — Timezone-naive datetime. Do not include 'Z' or timezone offset.
  - `link` string, required
  - `version` integer, required

---

[API](https://skmtc.dev/flower/apis/superlink-api.md) · [All operations](https://skmtc.dev/flower/apis/superlink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flower/superlink-api/revisions/58e8351486b3/schema)
