---
title: "Accept Terms"
method: POST
path: "/api/v1/terms/accept"
tags: ["terms"]
---

# Accept Terms

`POST /api/v1/terms/accept`

Record the caller's acceptance of the currently published terms.

Deliberately outside the terms gate — a gated accept endpoint would
deadlock the flow it exists to complete.

## Request body

- TermsAcceptanceRequest — The version the client displayed at the moment of the click.
  - `terms_version` string, required

## Response `200`

Successful Response

- TermsAcceptanceResponse — The version actually recorded, echoed from server config.
  - `terms_version` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/maia-analytics/apis/maia-api.md) · [All operations](https://skmtc.net/maia-analytics/apis/maia-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia-analytics/maia-api/revisions/ac8a0a8837e3/schema)
