---
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.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
