---
title: "Accept an MSA document (business)"
method: POST
path: "/compliance/msa/accept"
tags: ["compliance", "msa", "business"]
---

# Accept an MSA document (business)

`POST /compliance/msa/accept`

Records click-through acceptance of an MSA for the session's group.

## Request body

- MsaAcceptTermsInput
  - `document_id` string, required

## Response `200`

OK

- MsaBusinessAgreementView
  - `accepted_by` string, nullable
  - `accepted_ts` string, date-time
  - `can_download` boolean
  - `contract_type` string
  - `created_ts` string, date-time
  - `document_id` string
  - `group_id` string
  - `name` string
  - `status` string
  - `type` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Error response.

## Changes

> 23 revisions in range; 1 not diffed.

- **2026-08-06** `fe2041c5ba86` — 1 warning, 3 info
  - changed the pattern of the request property `document_id` from `^doc_[0-9a-hjkmnp-tv-z]{26}$` to `^doc_[0-7][0-9a-hjkmnp-tv-z]{25}$`
  - the `accepted_by` response's property pattern was changed from `^ind_[0-9a-hjkmnp-tv-z]{26}$` to `^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - the `document_id` response's property pattern was changed from `^doc_[0-9a-hjkmnp-tv-z]{26}$` to `^doc_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`
  - the `group_id` response's property pattern was changed from `^grp_[0-9a-hjkmnp-tv-z]{26}$` to `^grp_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/compliance/msa/accept/post.md)

---

[API](https://skmtc.dev/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.dev/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/78f4fe30ef9c/schema)
