---
title: "Check if the user accepted the very latest ToS"
method: GET
path: "/v1/user-tos/{flwr_aid}/latest"
tags: ["User"]
---

# Check if the user accepted the very latest ToS

`GET /v1/user-tos/{flwr_aid}/latest`

Check if the user has accepted the latest Terms of Service.

## Path parameters

- `flwr_aid` string, required

## Response `200`

Successful Response

- UserTosLatestOut — Output schema for user Terms of Service latest.
  - `flwr_aid` string, nullable
  - `version` integer, required
  - `accepted` boolean, required
  - `accepted_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[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)
