---
title: "Accept the current consent document"
method: POST
path: "/api/v1/user-consent"
tags: ["user-consent"]
---

# Accept the current consent document

`POST /api/v1/user-consent`

## Request body

- UserConsentAcceptRequestDTO
  - `documentId` string, uuid, required — The id of the consent document being accepted
  - `documentVersion` integer, required — The version of the consent document being accepted

## Response `204`

---

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