---
title: "Get a user's latest ToS acceptance"
method: GET
path: "/v1/user-tos/{flwr_aid}"
tags: ["User"]
---

# Get a user's latest ToS acceptance

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

Get the latest Terms of Service acceptance for a given user.

## Path parameters

- `flwr_aid` string, required

## Response `200`

Successful Response

- UserTosOut — Output schema for user Terms of Service.
  - `flwr_aid` string, nullable
  - `accepted_at` string, date-time, required
  - `tos` ToSOut, required — 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

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