---
title: "Accept Share Access"
method: POST
path: "/api/v1/share/{share_token}/accept"
tags: ["share"]
---

# Accept Share Access

`POST /api/v1/share/{share_token}/accept`

## Path parameters

- `share_token` string, required

## Request body

- ShareAcceptanceRequest — Unknown keys are ignored on purpose: a browser still running the pre-2026-08-25 bundle posts the retired identity fields alongside a stale ``terms_version``, and it must reach the 409 that tells it to re-accept rather than a 422 about fields it cannot stop sending.
  - `email` string, email, required
  - `terms_version` string, required
  - `accepted` true, required
  - `idempotency_key` string, uuid, required

## Response `200`

Successful Response

- ShareAcceptanceResponse
  - `accepted` true

## Other responses

- `409` — Conflict
- `422` — Validation Error

---

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